HSL(71, 36%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,36%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 36%, 24%) | color: hsl(71, 36%, 24%) | |
| HEX | #4B5327 | color: #4B5327 | |
| RGB | rgb(75, 83, 39) | color: rgb(75, 83, 39) | |
| CMYK | cmyk(10%, 0%, 53%, 67%) | — | |
| HSV | hsv(71, 53%, 33%) | — | |
| HWB | hwb(71 16% 67%) | color: hwb(71 16% 67%) | |
| OKLCH | oklch(0.424 0.066 117.81) | color: oklch(0.424 0.066 117.81) | |
| Lab | lab(33.62 -10.89 24.52) | color: lab(33.62 -10.89 24.52) | |
| LCH | lch(33.62 26.83 113.95) | color: lch(33.62 26.83 113.95) |
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)
#4E4F32 — rgb(78, 79, 50)
Deuteranopia (Green-blind)
#4E4D34 — rgb(78, 77, 52)
Tritanopia (Blue-blind)
#4B3A3C — rgb(75, 58, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 36%, 24%);
text
color: hsl(71, 36%, 24%);
border
border: 2px solid hsl(71, 36%, 24%);
gradient light
background: linear-gradient(to right, hsl(71, 36%, 44%), hsl(71, 36%, 24%));
gradient dark
background: linear-gradient(to right, hsl(71, 36%, 24%), hsl(71, 36%, 4%))
hex
background-color: #4B5327;
tailwind
bg-[hsl(71,36%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 36%, 24%, 0.4);
css variable
--color-primary: hsl(71, 36%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 36%, 24%)?
HEX: #4B5327 | RGB: rgb(75, 83, 39) | CMYK: 10%, 0%, 53%, 67% | HSV: 71°, 53%, 33%. Copy any format from the conversion table above.
What colors go well with #4B5327?
The complementary color is HSL(251, 36%, 24%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 36%, 24%) in CSS?
As HSL: color: hsl(71, 36%, 24%); — As HEX: color: #4B5327; — As RGB: color: rgb(75, 83, 39); — Tailwind CSS: bg-[hsl(71,36%,24%)] — CSS variable: --color-primary: hsl(71, 36%, 24%);