HSL(116, 57%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,57%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 57%, 17%) | color: hsl(116, 57%, 17%) | |
| HEX | #164413 | color: #164413 | |
| RGB | rgb(22, 68, 19) | color: rgb(22, 68, 19) | |
| CMYK | cmyk(68%, 0%, 72%, 73%) | — | |
| HSV | hsv(116, 72%, 27%) | — | |
| HWB | hwb(116 8% 73%) | color: hwb(116 8% 73%) | |
| OKLCH | oklch(0.3428 0.0925 142.3) | color: oklch(0.3428 0.0925 142.3) | |
| Lab | lab(24.8 -26.87 24.36) | color: lab(24.8 -26.87 24.36) | |
| LCH | lch(24.8 36.27 137.8) | color: lch(24.8 36.27 137.8) |
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)
#2A2A1F — rgb(42, 42, 31)
Deuteranopia (Green-blind)
#272422 — rgb(39, 36, 34)
Tritanopia (Blue-blind)
#18282A — rgb(24, 40, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 57%, 17%);
text
color: hsl(116, 57%, 17%);
border
border: 2px solid hsl(116, 57%, 17%);
gradient light
background: linear-gradient(to right, hsl(116, 57%, 37%), hsl(116, 57%, 17%));
gradient dark
background: linear-gradient(to right, hsl(116, 57%, 17%), hsl(116, 57%, 0%))
hex
background-color: #164413;
tailwind
bg-[hsl(116,57%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 57%, 17%, 0.4);
css variable
--color-primary: hsl(116, 57%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 57%, 17%)?
HEX: #164413 | RGB: rgb(22, 68, 19) | CMYK: 68%, 0%, 72%, 73% | HSV: 116°, 72%, 27%. Copy any format from the conversion table above.
What colors go well with #164413?
The complementary color is HSL(296, 57%, 17%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 57%, 17%) in CSS?
As HSL: color: hsl(116, 57%, 17%); — As HEX: color: #164413; — As RGB: color: rgb(22, 68, 19); — Tailwind CSS: bg-[hsl(116,57%,17%)] — CSS variable: --color-primary: hsl(116, 57%, 17%);