HSL(144, 20%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(144,20%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(144, 20%, 37%) | color: hsl(144, 20%, 37%) | |
| HEX | #4B715B | color: #4B715B | |
| RGB | rgb(75, 113, 91) | color: rgb(75, 113, 91) | |
| CMYK | cmyk(34%, 0%, 19%, 56%) | — | |
| HSV | hsv(145, 34%, 44%) | — | |
| HWB | hwb(145 29% 56%) | color: hwb(145 29% 56%) | |
| OKLCH | oklch(0.5133 0.0556 158.31) | color: oklch(0.5133 0.0556 158.31) | |
| Lab | lab(44.32 -18.62 7.99) | color: lab(44.32 -18.62 7.99) | |
| LCH | lch(44.32 20.26 156.78) | color: lch(44.32 20.26 156.78) |
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)
#5B5C60 — rgb(91, 92, 96)
Deuteranopia (Green-blind)
#595662 — rgb(89, 86, 98)
Tritanopia (Blue-blind)
#4D6565 — rgb(77, 101, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(144, 20%, 37%);
text
color: hsl(144, 20%, 37%);
border
border: 2px solid hsl(144, 20%, 37%);
gradient light
background: linear-gradient(to right, hsl(144, 20%, 57%), hsl(144, 20%, 37%));
gradient dark
background: linear-gradient(to right, hsl(144, 20%, 37%), hsl(144, 20%, 17%))
hex
background-color: #4B715B;
tailwind
bg-[hsl(144,20%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(144, 20%, 37%, 0.4);
css variable
--color-primary: hsl(144, 20%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(144, 20%, 37%)?
HEX: #4B715B | RGB: rgb(75, 113, 91) | CMYK: 34%, 0%, 19%, 56% | HSV: 145°, 34%, 44%. Copy any format from the conversion table above.
What colors go well with #4B715B?
The complementary color is HSL(324, 20%, 37%). 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, 20%, 37%) in CSS?
As HSL: color: hsl(144, 20%, 37%); — As HEX: color: #4B715B; — As RGB: color: rgb(75, 113, 91); — Tailwind CSS: bg-[hsl(144,20%,37%)] — CSS variable: --color-primary: hsl(144, 20%, 37%);