HSL(76, 45%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,45%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 45%, 23%) | color: hsl(76, 45%, 23%) | |
| HEX | #475520 | color: #475520 | |
| RGB | rgb(71, 85, 32) | color: rgb(71, 85, 32) | |
| CMYK | cmyk(16%, 0%, 62%, 67%) | — | |
| HSV | hsv(76, 62%, 33%) | — | |
| HWB | hwb(76 13% 67%) | color: hwb(76 13% 67%) | |
| OKLCH | oklch(0.4248 0.0785 122.2) | color: oklch(0.4248 0.0785 122.2) | |
| Lab | lab(33.86 -14.64 28.54) | color: lab(33.86 -14.64 28.54) | |
| LCH | lch(33.86 32.08 117.16) | color: lch(33.86 32.08 117.16) |
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)
#4D4D2D — rgb(77, 77, 45)
Deuteranopia (Green-blind)
#4C4B30 — rgb(76, 75, 48)
Tritanopia (Blue-blind)
#483739 — rgb(72, 55, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 45%, 23%);
text
color: hsl(76, 45%, 23%);
border
border: 2px solid hsl(76, 45%, 23%);
gradient light
background: linear-gradient(to right, hsl(76, 45%, 43%), hsl(76, 45%, 23%));
gradient dark
background: linear-gradient(to right, hsl(76, 45%, 23%), hsl(76, 45%, 3%))
hex
background-color: #475520;
tailwind
bg-[hsl(76,45%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 45%, 23%, 0.4);
css variable
--color-primary: hsl(76, 45%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 45%, 23%)?
HEX: #475520 | RGB: rgb(71, 85, 32) | CMYK: 16%, 0%, 62%, 67% | HSV: 76°, 62%, 33%. Copy any format from the conversion table above.
What colors go well with #475520?
The complementary color is HSL(256, 45%, 23%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 45%, 23%) in CSS?
As HSL: color: hsl(76, 45%, 23%); — As HEX: color: #475520; — As RGB: color: rgb(71, 85, 32); — Tailwind CSS: bg-[hsl(76,45%,23%)] — CSS variable: --color-primary: hsl(76, 45%, 23%);