HSL(139, 40%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,40%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 40%, 36%) | color: hsl(139, 40%, 36%) | |
| HEX | #37814E | color: #37814E | |
| RGB | rgb(55, 129, 78) | color: rgb(55, 129, 78) | |
| CMYK | cmyk(57%, 0%, 40%, 49%) | — | |
| HSV | hsv(139, 57%, 51%) | — | |
| HWB | hwb(139 22% 49%) | color: hwb(139 22% 49%) | |
| OKLCH | oklch(0.5425 0.1086 151.32) | color: oklch(0.5425 0.1086 151.32) | |
| Lab | lab(48.34 -35.14 20.9) | color: lab(48.34 -35.14 20.9) | |
| LCH | lch(48.34 40.89 149.26) | color: lch(48.34 40.89 149.26) |
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)
#57585A — rgb(87, 88, 90)
Deuteranopia (Green-blind)
#534D5D — rgb(83, 77, 93)
Tritanopia (Blue-blind)
#3B6466 — rgb(59, 100, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 40%, 36%);
text
color: hsl(139, 40%, 36%);
border
border: 2px solid hsl(139, 40%, 36%);
gradient light
background: linear-gradient(to right, hsl(139, 40%, 56%), hsl(139, 40%, 36%));
gradient dark
background: linear-gradient(to right, hsl(139, 40%, 36%), hsl(139, 40%, 16%))
hex
background-color: #37814E;
tailwind
bg-[hsl(139,40%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 40%, 36%, 0.4);
css variable
--color-primary: hsl(139, 40%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 40%, 36%)?
HEX: #37814E | RGB: rgb(55, 129, 78) | CMYK: 57%, 0%, 40%, 49% | HSV: 139°, 57%, 51%. Copy any format from the conversion table above.
What colors go well with #37814E?
The complementary color is HSL(319, 40%, 36%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 40%, 36%) in CSS?
As HSL: color: hsl(139, 40%, 36%); — As HEX: color: #37814E; — As RGB: color: rgb(55, 129, 78); — Tailwind CSS: bg-[hsl(139,40%,36%)] — CSS variable: --color-primary: hsl(139, 40%, 36%);