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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 7.18:1
vs Black 2.92:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

Success states Eco/nature brands Finance apps Health apps Confirm buttons

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%);