HSL(91, 45%, 31%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(91,45%,31%)]

Color Conversions

Format Value CSS Usage
HSL hsl(91, 45%, 31%) color: hsl(91, 45%, 31%)
HEX #4E732B color: #4E732B
RGB rgb(78, 115, 43) color: rgb(78, 115, 43)
CMYK cmyk(32%, 0%, 63%, 55%)
HSV hsv(91, 63%, 45%)
HWB hwb(91 17% 55%) color: hwb(91 17% 55%)
OKLCH oklch(0.511 0.1095 132.07) color: oklch(0.511 0.1095 132.07)
Lab lab(44.31 -26.24 34.91) color: lab(44.31 -26.24 34.91)
LCH lch(44.31 43.67 126.93) color: lch(44.31 43.67 126.93)

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 5.51:1
vs Black 3.81:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#5E5E3C — rgb(94, 94, 60)

Deuteranopia (Green-blind)

#5C5941 — rgb(92, 89, 65)

Tritanopia (Blue-blind)

#504A4D — rgb(80, 74, 77)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(91, 45%, 31%);

text

color: hsl(91, 45%, 31%);

border

border: 2px solid hsl(91, 45%, 31%);

gradient light

background: linear-gradient(to right, hsl(91, 45%, 51%), hsl(91, 45%, 31%));

gradient dark

background: linear-gradient(to right, hsl(91, 45%, 31%), hsl(91, 45%, 11%))

hex

background-color: #4E732B;

tailwind

bg-[hsl(91,45%,31%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(91, 45%, 31%, 0.4);

css variable

--color-primary: hsl(91, 45%, 31%);

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%, 31%)?

HEX: #4E732B | RGB: rgb(78, 115, 43) | CMYK: 32%, 0%, 63%, 55% | HSV: 91°, 63%, 45%. Copy any format from the conversion table above.

What colors go well with #4E732B?

The complementary color is HSL(271, 45%, 31%). 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%, 31%) in CSS?

As HSL: color: hsl(91, 45%, 31%); — As HEX: color: #4E732B; — As RGB: color: rgb(78, 115, 43); — Tailwind CSS: bg-[hsl(91,45%,31%)] — CSS variable: --color-primary: hsl(91, 45%, 31%);