HSL(74, 59%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,59%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 59%, 28%) | color: hsl(74, 59%, 28%) | |
| HEX | #5E721D | color: #5E721D | |
| RGB | rgb(94, 114, 29) | color: rgb(94, 114, 29) | |
| CMYK | cmyk(18%, 0%, 75%, 55%) | — | |
| HSV | hsv(74, 75%, 45%) | — | |
| HWB | hwb(74 11% 55%) | color: hwb(74 11% 55%) | |
| OKLCH | oklch(0.5185 0.1111 121.99) | color: oklch(0.5185 0.1111 121.99) | |
| Lab | lab(44.95 -20.11 42.16) | color: lab(44.95 -20.11 42.16) | |
| LCH | lch(44.95 46.71 115.5) | color: lch(44.95 46.71 115.5) |
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)
#676732 — rgb(103, 103, 50)
Deuteranopia (Green-blind)
#666437 — rgb(102, 100, 55)
Tritanopia (Blue-blind)
#5F4245 — rgb(95, 66, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 59%, 28%);
text
color: hsl(74, 59%, 28%);
border
border: 2px solid hsl(74, 59%, 28%);
gradient light
background: linear-gradient(to right, hsl(74, 59%, 48%), hsl(74, 59%, 28%));
gradient dark
background: linear-gradient(to right, hsl(74, 59%, 28%), hsl(74, 59%, 8%))
hex
background-color: #5E721D;
tailwind
bg-[hsl(74,59%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 59%, 28%, 0.4);
css variable
--color-primary: hsl(74, 59%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 59%, 28%)?
HEX: #5E721D | RGB: rgb(94, 114, 29) | CMYK: 18%, 0%, 75%, 55% | HSV: 74°, 75%, 45%. Copy any format from the conversion table above.
What colors go well with #5E721D?
The complementary color is HSL(254, 59%, 28%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 59%, 28%) in CSS?
As HSL: color: hsl(74, 59%, 28%); — As HEX: color: #5E721D; — As RGB: color: rgb(94, 114, 29); — Tailwind CSS: bg-[hsl(74,59%,28%)] — CSS variable: --color-primary: hsl(74, 59%, 28%);