HSL(102, 11%, 32%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(102,11%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 11%, 32%) | color: hsl(102, 11%, 32%) | |
| HEX | #4E5B49 | color: #4E5B49 | |
| RGB | rgb(78, 91, 73) | color: rgb(78, 91, 73) | |
| CMYK | cmyk(14%, 0%, 20%, 64%) | — | |
| HSV | hsv(103, 20%, 36%) | — | |
| HWB | hwb(103 29% 64%) | color: hwb(103 29% 64%) | |
| OKLCH | oklch(0.4544 0.0329 137.02) | color: oklch(0.4544 0.0329 137.02) | |
| Lab | lab(37.08 -8.91 8.72) | color: lab(37.08 -8.91 8.72) | |
| LCH | lch(37.08 12.47 135.62) | color: lch(37.08 12.47 135.62) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#54544D — rgb(84, 84, 77)
Deuteranopia (Green-blind)
#53524E — rgb(83, 82, 78)
Tritanopia (Blue-blind)
#4F5152 — rgb(79, 81, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 11%, 32%);
text
color: hsl(102, 11%, 32%);
border
border: 2px solid hsl(102, 11%, 32%);
gradient light
background: linear-gradient(to right, hsl(102, 11%, 52%), hsl(102, 11%, 32%));
gradient dark
background: linear-gradient(to right, hsl(102, 11%, 32%), hsl(102, 11%, 12%))
hex
background-color: #4E5B49;
tailwind
bg-[hsl(102,11%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 11%, 32%, 0.4);
css variable
--color-primary: hsl(102, 11%, 32%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(102, 11%, 32%)?
HEX: #4E5B49 | RGB: rgb(78, 91, 73) | CMYK: 14%, 0%, 20%, 64% | HSV: 103°, 20%, 36%. Copy any format from the conversion table above.
What colors go well with #4E5B49?
The complementary color is HSL(282, 11%, 32%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 11%, 32%) in CSS?
As HSL: color: hsl(102, 11%, 32%); — As HEX: color: #4E5B49; — As RGB: color: rgb(78, 91, 73); — Tailwind CSS: bg-[hsl(102,11%,32%)] — CSS variable: --color-primary: hsl(102, 11%, 32%);