HSL(111, 14%, 25%)
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(111,14%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 14%, 25%) | color: hsl(111, 14%, 25%) | |
| HEX | #3A4937 | color: #3A4937 | |
| RGB | rgb(58, 73, 55) | color: rgb(58, 73, 55) | |
| CMYK | cmyk(21%, 0%, 25%, 71%) | — | |
| HSV | hsv(110, 25%, 29%) | — | |
| HWB | hwb(110 22% 71%) | color: hwb(110 22% 71%) | |
| OKLCH | oklch(0.3866 0.0355 140.4) | color: oklch(0.3866 0.0355 140.4) | |
| Lab | lab(29.26 -10.06 8.86) | color: lab(29.26 -10.06 8.86) | |
| LCH | lch(29.26 13.41 138.63) | color: lch(29.26 13.41 138.63) |
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)
#40413B — rgb(64, 65, 59)
Deuteranopia (Green-blind)
#403F3C — rgb(64, 63, 60)
Tritanopia (Blue-blind)
#3B3F40 — rgb(59, 63, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 14%, 25%);
text
color: hsl(111, 14%, 25%);
border
border: 2px solid hsl(111, 14%, 25%);
gradient light
background: linear-gradient(to right, hsl(111, 14%, 45%), hsl(111, 14%, 25%));
gradient dark
background: linear-gradient(to right, hsl(111, 14%, 25%), hsl(111, 14%, 5%))
hex
background-color: #3A4937;
tailwind
bg-[hsl(111,14%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 14%, 25%, 0.4);
css variable
--color-primary: hsl(111, 14%, 25%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(111, 14%, 25%)?
HEX: #3A4937 | RGB: rgb(58, 73, 55) | CMYK: 21%, 0%, 25%, 71% | HSV: 110°, 25%, 29%. Copy any format from the conversion table above.
What colors go well with #3A4937?
The complementary color is HSL(291, 14%, 25%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 14%, 25%) in CSS?
As HSL: color: hsl(111, 14%, 25%); — As HEX: color: #3A4937; — As RGB: color: rgb(58, 73, 55); — Tailwind CSS: bg-[hsl(111,14%,25%)] — CSS variable: --color-primary: hsl(111, 14%, 25%);