HSL(91, 19%, 37%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(91,19%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(91, 19%, 37%) color: hsl(91, 19%, 37%)
HEX #5E704C color: #5E704C
RGB rgb(94, 112, 76) color: rgb(94, 112, 76)
CMYK cmyk(16%, 0%, 32%, 56%)
HSV hsv(90, 32%, 44%)
HWB hwb(90 30% 56%) color: hwb(90 30% 56%)
OKLCH oklch(0.5204 0.0584 129.82) color: oklch(0.5204 0.0584 129.82)
Lab lab(44.93 -13.79 17.87) color: lab(44.93 -13.79 17.87)
LCH lch(44.93 22.57 127.66) color: lch(44.93 22.57 127.66)

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.39:1
vs Black 3.9: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)

#666655 — rgb(102, 102, 85)

Deuteranopia (Green-blind)

#656357 — rgb(101, 99, 87)

Tritanopia (Blue-blind)

#5F5C5D — rgb(95, 92, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(91, 19%, 37%);

text

color: hsl(91, 19%, 37%);

border

border: 2px solid hsl(91, 19%, 37%);

gradient light

background: linear-gradient(to right, hsl(91, 19%, 57%), hsl(91, 19%, 37%));

gradient dark

background: linear-gradient(to right, hsl(91, 19%, 37%), hsl(91, 19%, 17%))

hex

background-color: #5E704C;

tailwind

bg-[hsl(91,19%,37%)]

box shadow

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

css variable

--color-primary: hsl(91, 19%, 37%);

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

HEX: #5E704C | RGB: rgb(94, 112, 76) | CMYK: 16%, 0%, 32%, 56% | HSV: 90°, 32%, 44%. Copy any format from the conversion table above.

What colors go well with #5E704C?

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

As HSL: color: hsl(91, 19%, 37%); — As HEX: color: #5E704C; — As RGB: color: rgb(94, 112, 76); — Tailwind CSS: bg-[hsl(91,19%,37%)] — CSS variable: --color-primary: hsl(91, 19%, 37%);