HSL(112, 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(112,11%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 11%, 32%) | color: hsl(112, 11%, 32%) | |
| HEX | #4B5B49 | color: #4B5B49 | |
| RGB | rgb(75, 91, 73) | color: rgb(75, 91, 73) | |
| CMYK | cmyk(18%, 0%, 20%, 64%) | — | |
| HSV | hsv(113, 20%, 36%) | — | |
| HWB | hwb(113 29% 64%) | color: hwb(113 29% 64%) | |
| OKLCH | oklch(0.452 0.035 142) | color: oklch(0.452 0.035 142) | |
| Lab | lab(36.85 -10.12 8.37) | color: lab(36.85 -10.12 8.37) | |
| LCH | lch(36.85 13.13 140.41) | color: lch(36.85 13.13 140.41) |
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)
#52524D — rgb(82, 82, 77)
Deuteranopia (Green-blind)
#51504E — rgb(81, 80, 78)
Tritanopia (Blue-blind)
#4C5152 — rgb(76, 81, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 11%, 32%);
text
color: hsl(112, 11%, 32%);
border
border: 2px solid hsl(112, 11%, 32%);
gradient light
background: linear-gradient(to right, hsl(112, 11%, 52%), hsl(112, 11%, 32%));
gradient dark
background: linear-gradient(to right, hsl(112, 11%, 32%), hsl(112, 11%, 12%))
hex
background-color: #4B5B49;
tailwind
bg-[hsl(112,11%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 11%, 32%, 0.4);
css variable
--color-primary: hsl(112, 11%, 32%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(112, 11%, 32%)?
HEX: #4B5B49 | RGB: rgb(75, 91, 73) | CMYK: 18%, 0%, 20%, 64% | HSV: 113°, 20%, 36%. Copy any format from the conversion table above.
What colors go well with #4B5B49?
The complementary color is HSL(292, 11%, 32%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 11%, 32%) in CSS?
As HSL: color: hsl(112, 11%, 32%); — As HEX: color: #4B5B49; — As RGB: color: rgb(75, 91, 73); — Tailwind CSS: bg-[hsl(112,11%,32%)] — CSS variable: --color-primary: hsl(112, 11%, 32%);