HSL(71, 46%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,46%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 46%, 24%) | color: hsl(71, 46%, 24%) | |
| HEX | #4F5921 | color: #4F5921 | |
| RGB | rgb(79, 89, 33) | color: rgb(79, 89, 33) | |
| CMYK | cmyk(11%, 0%, 63%, 65%) | — | |
| HSV | hsv(71, 63%, 35%) | — | |
| HWB | hwb(71 13% 65%) | color: hwb(71 13% 65%) | |
| OKLCH | oklch(0.4422 0.08 118.3) | color: oklch(0.4422 0.08 118.3) | |
| Lab | lab(35.82 -13.08 30.41) | color: lab(35.82 -13.08 30.41) | |
| LCH | lch(35.82 33.1 113.27) | color: lch(35.82 33.1 113.27) |
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)
#53532F — rgb(83, 83, 47)
Deuteranopia (Green-blind)
#535232 — rgb(83, 82, 50)
Tritanopia (Blue-blind)
#50393C — rgb(80, 57, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 46%, 24%);
text
color: hsl(71, 46%, 24%);
border
border: 2px solid hsl(71, 46%, 24%);
gradient light
background: linear-gradient(to right, hsl(71, 46%, 44%), hsl(71, 46%, 24%));
gradient dark
background: linear-gradient(to right, hsl(71, 46%, 24%), hsl(71, 46%, 4%))
hex
background-color: #4F5921;
tailwind
bg-[hsl(71,46%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 46%, 24%, 0.4);
css variable
--color-primary: hsl(71, 46%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 46%, 24%)?
HEX: #4F5921 | RGB: rgb(79, 89, 33) | CMYK: 11%, 0%, 63%, 65% | HSV: 71°, 63%, 35%. Copy any format from the conversion table above.
What colors go well with #4F5921?
The complementary color is HSL(251, 46%, 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, 46%, 24%) in CSS?
As HSL: color: hsl(71, 46%, 24%); — As HEX: color: #4F5921; — As RGB: color: rgb(79, 89, 33); — Tailwind CSS: bg-[hsl(71,46%,24%)] — CSS variable: --color-primary: hsl(71, 46%, 24%);