HSL(131, 31%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,31%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 31%, 37%) | color: hsl(131, 31%, 37%) | |
| HEX | #417C4C | color: #417C4C | |
| RGB | rgb(65, 124, 76) | color: rgb(65, 124, 76) | |
| CMYK | cmyk(48%, 0%, 39%, 51%) | — | |
| HSV | hsv(131, 48%, 49%) | — | |
| HWB | hwb(131 25% 51%) | color: hwb(131 25% 51%) | |
| OKLCH | oklch(0.533 0.0971 148.4) | color: oklch(0.533 0.0971 148.4) | |
| Lab | lab(47.05 -30.42 20.41) | color: lab(47.05 -30.42 20.41) | |
| LCH | lch(47.05 36.63 146.14) | color: lch(47.05 36.63 146.14) |
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)
#5B5B58 — rgb(91, 91, 88)
Deuteranopia (Green-blind)
#57535A — rgb(87, 83, 90)
Tritanopia (Blue-blind)
#446163 — rgb(68, 97, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 31%, 37%);
text
color: hsl(131, 31%, 37%);
border
border: 2px solid hsl(131, 31%, 37%);
gradient light
background: linear-gradient(to right, hsl(131, 31%, 57%), hsl(131, 31%, 37%));
gradient dark
background: linear-gradient(to right, hsl(131, 31%, 37%), hsl(131, 31%, 17%))
hex
background-color: #417C4C;
tailwind
bg-[hsl(131,31%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 31%, 37%, 0.4);
css variable
--color-primary: hsl(131, 31%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 31%, 37%)?
HEX: #417C4C | RGB: rgb(65, 124, 76) | CMYK: 48%, 0%, 39%, 51% | HSV: 131°, 48%, 49%. Copy any format from the conversion table above.
What colors go well with #417C4C?
The complementary color is HSL(311, 31%, 37%). 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, 31%, 37%) in CSS?
As HSL: color: hsl(131, 31%, 37%); — As HEX: color: #417C4C; — As RGB: color: rgb(65, 124, 76); — Tailwind CSS: bg-[hsl(131,31%,37%)] — CSS variable: --color-primary: hsl(131, 31%, 37%);