HSL(147, 31%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,31%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 31%, 35%) | color: hsl(147, 31%, 35%) | |
| HEX | #3E7556 | color: #3E7556 | |
| RGB | rgb(62, 117, 86) | color: rgb(62, 117, 86) | |
| CMYK | cmyk(47%, 0%, 26%, 54%) | — | |
| HSV | hsv(146, 47%, 46%) | — | |
| HWB | hwb(146 24% 54%) | color: hwb(146 24% 54%) | |
| OKLCH | oklch(0.5152 0.0772 157.5) | color: oklch(0.5152 0.0772 157.5) | |
| Lab | lab(44.83 -25.93 11.56) | color: lab(44.83 -25.93 11.56) | |
| LCH | lch(44.83 28.39 155.97) | color: lch(44.83 28.39 155.97) |
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)
#56565E — rgb(86, 86, 94)
Deuteranopia (Green-blind)
#534F5F — rgb(83, 79, 95)
Tritanopia (Blue-blind)
#416365 — rgb(65, 99, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 31%, 35%);
text
color: hsl(147, 31%, 35%);
border
border: 2px solid hsl(147, 31%, 35%);
gradient light
background: linear-gradient(to right, hsl(147, 31%, 55%), hsl(147, 31%, 35%));
gradient dark
background: linear-gradient(to right, hsl(147, 31%, 35%), hsl(147, 31%, 15%))
hex
background-color: #3E7556;
tailwind
bg-[hsl(147,31%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 31%, 35%, 0.4);
css variable
--color-primary: hsl(147, 31%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 31%, 35%)?
HEX: #3E7556 | RGB: rgb(62, 117, 86) | CMYK: 47%, 0%, 26%, 54% | HSV: 146°, 47%, 46%. Copy any format from the conversion table above.
What colors go well with #3E7556?
The complementary color is HSL(327, 31%, 35%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 31%, 35%) in CSS?
As HSL: color: hsl(147, 31%, 35%); — As HEX: color: #3E7556; — As RGB: color: rgb(62, 117, 86); — Tailwind CSS: bg-[hsl(147,31%,35%)] — CSS variable: --color-primary: hsl(147, 31%, 35%);