HSL(131, 55%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,55%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 55%, 44%) | color: hsl(131, 55%, 44%) | |
| HEX | #32AE49 | color: #32AE49 | |
| RGB | rgb(50, 174, 73) | color: rgb(50, 174, 73) | |
| CMYK | cmyk(71%, 0%, 58%, 32%) | — | |
| HSV | hsv(131, 71%, 68%) | — | |
| HWB | hwb(131 20% 32%) | color: hwb(131 20% 32%) | |
| OKLCH | oklch(0.6617 0.1774 146.21) | color: oklch(0.6617 0.1774 146.21) | |
| Lab | lab(62.87 -54.68 41.61) | color: lab(62.87 -54.68 41.61) | |
| LCH | lch(62.87 68.71 142.73) | color: lch(62.87 68.71 142.73) |
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)
#686961 — rgb(104, 105, 97)
Deuteranopia (Green-blind)
#615767 — rgb(97, 87, 103)
Tritanopia (Blue-blind)
#387579 — rgb(56, 117, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 55%, 44%);
text
color: hsl(131, 55%, 44%);
border
border: 2px solid hsl(131, 55%, 44%);
gradient light
background: linear-gradient(to right, hsl(131, 55%, 64%), hsl(131, 55%, 44%));
gradient dark
background: linear-gradient(to right, hsl(131, 55%, 44%), hsl(131, 55%, 24%))
hex
background-color: #32AE49;
tailwind
bg-[hsl(131,55%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 55%, 44%, 0.4);
css variable
--color-primary: hsl(131, 55%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 55%, 44%)?
HEX: #32AE49 | RGB: rgb(50, 174, 73) | CMYK: 71%, 0%, 58%, 32% | HSV: 131°, 71%, 68%. Copy any format from the conversion table above.
What colors go well with #32AE49?
The complementary color is HSL(311, 55%, 44%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 55%, 44%) in CSS?
As HSL: color: hsl(131, 55%, 44%); — As HEX: color: #32AE49; — As RGB: color: rgb(50, 174, 73); — Tailwind CSS: bg-[hsl(131,55%,44%)] — CSS variable: --color-primary: hsl(131, 55%, 44%);