HSL(91, 45%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,45%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 45%, 26%) | color: hsl(91, 45%, 26%) | |
| HEX | #416024 | color: #416024 | |
| RGB | rgb(65, 96, 36) | color: rgb(65, 96, 36) | |
| CMYK | cmyk(32%, 0%, 63%, 62%) | — | |
| HSV | hsv(91, 63%, 38%) | — | |
| HWB | hwb(91 14% 62%) | color: hwb(91 14% 62%) | |
| OKLCH | oklch(0.4504 0.0947 132.06) | color: oklch(0.4504 0.0947 132.06) | |
| Lab | lab(37.15 -22.72 30.08) | color: lab(37.15 -22.72 30.08) | |
| LCH | lch(37.15 37.7 127.06) | color: lch(37.15 37.7 127.06) |
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)
#4E4F33 — rgb(78, 79, 51)
Deuteranopia (Green-blind)
#4D4A36 — rgb(77, 74, 54)
Tritanopia (Blue-blind)
#433E41 — rgb(67, 62, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 45%, 26%);
text
color: hsl(91, 45%, 26%);
border
border: 2px solid hsl(91, 45%, 26%);
gradient light
background: linear-gradient(to right, hsl(91, 45%, 46%), hsl(91, 45%, 26%));
gradient dark
background: linear-gradient(to right, hsl(91, 45%, 26%), hsl(91, 45%, 6%))
hex
background-color: #416024;
tailwind
bg-[hsl(91,45%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 45%, 26%, 0.4);
css variable
--color-primary: hsl(91, 45%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 45%, 26%)?
HEX: #416024 | RGB: rgb(65, 96, 36) | CMYK: 32%, 0%, 63%, 62% | HSV: 91°, 63%, 38%. Copy any format from the conversion table above.
What colors go well with #416024?
The complementary color is HSL(271, 45%, 26%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 45%, 26%) in CSS?
As HSL: color: hsl(91, 45%, 26%); — As HEX: color: #416024; — As RGB: color: rgb(65, 96, 36); — Tailwind CSS: bg-[hsl(91,45%,26%)] — CSS variable: --color-primary: hsl(91, 45%, 26%);