HSL(86, 65%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,65%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 65%, 28%) | color: hsl(86, 65%, 28%) | |
| HEX | #4E7619 | color: #4E7619 | |
| RGB | rgb(78, 118, 25) | color: rgb(78, 118, 25) | |
| CMYK | cmyk(34%, 0%, 79%, 54%) | — | |
| HSV | hsv(86, 79%, 46%) | — | |
| HWB | hwb(86 10% 54%) | color: hwb(86 10% 54%) | |
| OKLCH | oklch(0.5173 0.1274 130.56) | color: oklch(0.5173 0.1274 130.56) | |
| Lab | lab(45.15 -29.14 43.51) | color: lab(45.15 -29.14 43.51) | |
| LCH | lch(45.15 52.37 123.81) | color: lch(45.15 52.37 123.81) |
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)
#5F6030 — rgb(95, 96, 48)
Deuteranopia (Green-blind)
#5D5A35 — rgb(93, 90, 53)
Tritanopia (Blue-blind)
#504145 — rgb(80, 65, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 65%, 28%);
text
color: hsl(86, 65%, 28%);
border
border: 2px solid hsl(86, 65%, 28%);
gradient light
background: linear-gradient(to right, hsl(86, 65%, 48%), hsl(86, 65%, 28%));
gradient dark
background: linear-gradient(to right, hsl(86, 65%, 28%), hsl(86, 65%, 8%))
hex
background-color: #4E7619;
tailwind
bg-[hsl(86,65%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 65%, 28%, 0.4);
css variable
--color-primary: hsl(86, 65%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 65%, 28%)?
HEX: #4E7619 | RGB: rgb(78, 118, 25) | CMYK: 34%, 0%, 79%, 54% | HSV: 86°, 79%, 46%. Copy any format from the conversion table above.
What colors go well with #4E7619?
The complementary color is HSL(266, 65%, 28%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 65%, 28%) in CSS?
As HSL: color: hsl(86, 65%, 28%); — As HEX: color: #4E7619; — As RGB: color: rgb(78, 118, 25); — Tailwind CSS: bg-[hsl(86,65%,28%)] — CSS variable: --color-primary: hsl(86, 65%, 28%);