HSL(137, 60%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(137,60%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(137, 60%, 16%) | color: hsl(137, 60%, 16%) | |
| HEX | #10411E | color: #10411E | |
| RGB | rgb(16, 65, 30) | color: rgb(16, 65, 30) | |
| CMYK | cmyk(75%, 0%, 54%, 75%) | — | |
| HSV | hsv(137, 75%, 25%) | — | |
| HWB | hwb(137 6% 75%) | color: hwb(137 6% 75%) | |
| OKLCH | oklch(0.333 0.0795 149.24) | color: oklch(0.333 0.0795 149.24) | |
| Lab | lab(23.62 -25.36 16.67) | color: lab(23.62 -25.36 16.67) | |
| LCH | lch(23.62 30.35 146.68) | color: lch(23.62 30.35 146.68) |
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)
#252626 — rgb(37, 38, 38)
Deuteranopia (Green-blind)
#221F29 — rgb(34, 31, 41)
Tritanopia (Blue-blind)
#122D2F — rgb(18, 45, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(137, 60%, 16%);
text
color: hsl(137, 60%, 16%);
border
border: 2px solid hsl(137, 60%, 16%);
gradient light
background: linear-gradient(to right, hsl(137, 60%, 36%), hsl(137, 60%, 16%));
gradient dark
background: linear-gradient(to right, hsl(137, 60%, 16%), hsl(137, 60%, 0%))
hex
background-color: #10411E;
tailwind
bg-[hsl(137,60%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(137, 60%, 16%, 0.4);
css variable
--color-primary: hsl(137, 60%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(137, 60%, 16%)?
HEX: #10411E | RGB: rgb(16, 65, 30) | CMYK: 75%, 0%, 54%, 75% | HSV: 137°, 75%, 25%. Copy any format from the conversion table above.
What colors go well with #10411E?
The complementary color is HSL(317, 60%, 16%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(137, 60%, 16%) in CSS?
As HSL: color: hsl(137, 60%, 16%); — As HEX: color: #10411E; — As RGB: color: rgb(16, 65, 30); — Tailwind CSS: bg-[hsl(137,60%,16%)] — CSS variable: --color-primary: hsl(137, 60%, 16%);