HSL(144, 40%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,40%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 40%, 39%) | color: hsl(144, 40%, 39%) | |
| HEX | #3C8B5B | color: #3C8B5B | |
| RGB | rgb(60, 139, 91) | color: rgb(60, 139, 91) | |
| CMYK | cmyk(57%, 0%, 35%, 45%) | — | |
| HSV | hsv(144, 57%, 55%) | — | |
| HWB | hwb(144 24% 45%) | color: hwb(144 24% 45%) | |
| OKLCH | oklch(0.5741 0.1079 154.34) | color: oklch(0.5741 0.1079 154.34) | |
| Lab | lab(52.04 -35.77 18.56) | color: lab(52.04 -35.77 18.56) | |
| LCH | lch(52.04 40.3 152.58) | color: lch(52.04 40.3 152.58) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#5E5F67 — rgb(94, 95, 103)
Deuteranopia (Green-blind)
#5A5469 — rgb(90, 84, 105)
Tritanopia (Blue-blind)
#407072 — rgb(64, 112, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 40%, 39%);
text
color: hsl(144, 40%, 39%);
border
border: 2px solid hsl(144, 40%, 39%);
gradient light
background: linear-gradient(to right, hsl(144, 40%, 59%), hsl(144, 40%, 39%));
gradient dark
background: linear-gradient(to right, hsl(144, 40%, 39%), hsl(144, 40%, 19%))
hex
background-color: #3C8B5B;
tailwind
bg-[hsl(144,40%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 40%, 39%, 0.4);
css variable
--color-primary: hsl(144, 40%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 40%, 39%)?
HEX: #3C8B5B | RGB: rgb(60, 139, 91) | CMYK: 57%, 0%, 35%, 45% | HSV: 144°, 57%, 55%. Copy any format from the conversion table above.
What colors go well with #3C8B5B?
The complementary color is HSL(324, 40%, 39%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(144, 40%, 39%) in CSS?
As HSL: color: hsl(144, 40%, 39%); — As HEX: color: #3C8B5B; — As RGB: color: rgb(60, 139, 91); — Tailwind CSS: bg-[hsl(144,40%,39%)] — CSS variable: --color-primary: hsl(144, 40%, 39%);