HSL(106, 37%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,37%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 37%, 44%) | color: hsl(106, 37%, 44%) | |
| HEX | #5A9A47 | color: #5A9A47 | |
| RGB | rgb(90, 154, 71) | color: rgb(90, 154, 71) | |
| CMYK | cmyk(42%, 0%, 54%, 40%) | — | |
| HSV | hsv(106, 54%, 60%) | — | |
| HWB | hwb(106 28% 40%) | color: hwb(106 28% 40%) | |
| OKLCH | oklch(0.6236 0.134 138.96) | color: oklch(0.6236 0.134 138.96) | |
| Lab | lab(57.79 -36.84 36.87) | color: lab(57.79 -36.84 36.87) | |
| LCH | lch(57.79 52.12 134.98) | color: lch(57.79 52.12 134.98) |
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)
#76765B — rgb(118, 118, 91)
Deuteranopia (Green-blind)
#726D60 — rgb(114, 109, 96)
Tritanopia (Blue-blind)
#5D6B6E — rgb(93, 107, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 37%, 44%);
text
color: hsl(106, 37%, 44%);
border
border: 2px solid hsl(106, 37%, 44%);
gradient light
background: linear-gradient(to right, hsl(106, 37%, 64%), hsl(106, 37%, 44%));
gradient dark
background: linear-gradient(to right, hsl(106, 37%, 44%), hsl(106, 37%, 24%))
hex
background-color: #5A9A47;
tailwind
bg-[hsl(106,37%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 37%, 44%, 0.4);
css variable
--color-primary: hsl(106, 37%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 37%, 44%)?
HEX: #5A9A47 | RGB: rgb(90, 154, 71) | CMYK: 42%, 0%, 54%, 40% | HSV: 106°, 54%, 60%. Copy any format from the conversion table above.
What colors go well with #5A9A47?
The complementary color is HSL(286, 37%, 44%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 37%, 44%) in CSS?
As HSL: color: hsl(106, 37%, 44%); — As HEX: color: #5A9A47; — As RGB: color: rgb(90, 154, 71); — Tailwind CSS: bg-[hsl(106,37%,44%)] — CSS variable: --color-primary: hsl(106, 37%, 44%);