HSL(110, 13%, 31%)
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(110,13%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 13%, 31%) | color: hsl(110, 13%, 31%) | |
| HEX | #485945 | color: #485945 | |
| RGB | rgb(72, 89, 69) | color: rgb(72, 89, 69) | |
| CMYK | cmyk(19%, 0%, 22%, 65%) | — | |
| HSV | hsv(111, 22%, 35%) | — | |
| HWB | hwb(111 27% 65%) | color: hwb(111 27% 65%) | |
| OKLCH | oklch(0.4434 0.0384 140.88) | color: oklch(0.4434 0.0384 140.88) | |
| Lab | lab(35.89 -10.95 9.46) | color: lab(35.89 -10.95 9.46) | |
| LCH | lch(35.89 14.47 139.18) | color: lch(35.89 14.47 139.18) |
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)
#4F504A — rgb(79, 80, 74)
Deuteranopia (Green-blind)
#4E4D4B — rgb(78, 77, 75)
Tritanopia (Blue-blind)
#494E4F — rgb(73, 78, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 13%, 31%);
text
color: hsl(110, 13%, 31%);
border
border: 2px solid hsl(110, 13%, 31%);
gradient light
background: linear-gradient(to right, hsl(110, 13%, 51%), hsl(110, 13%, 31%));
gradient dark
background: linear-gradient(to right, hsl(110, 13%, 31%), hsl(110, 13%, 11%))
hex
background-color: #485945;
tailwind
bg-[hsl(110,13%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 13%, 31%, 0.4);
css variable
--color-primary: hsl(110, 13%, 31%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(110, 13%, 31%)?
HEX: #485945 | RGB: rgb(72, 89, 69) | CMYK: 19%, 0%, 22%, 65% | HSV: 111°, 22%, 35%. Copy any format from the conversion table above.
What colors go well with #485945?
The complementary color is HSL(290, 13%, 31%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 13%, 31%) in CSS?
As HSL: color: hsl(110, 13%, 31%); — As HEX: color: #485945; — As RGB: color: rgb(72, 89, 69); — Tailwind CSS: bg-[hsl(110,13%,31%)] — CSS variable: --color-primary: hsl(110, 13%, 31%);