HSL(95, 20%, 36%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(95,20%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(95, 20%, 36%) color: hsl(95, 20%, 36%)
HEX #596E49 color: #596E49
RGB rgb(89, 110, 73) color: rgb(89, 110, 73)
CMYK cmyk(19%, 0%, 34%, 57%)
HSV hsv(94, 34%, 43%)
HWB hwb(94 28% 57%) color: hwb(94 28% 57%)
OKLCH oklch(0.5109 0.0614 132.28) color: oklch(0.5109 0.0614 132.28)
Lab lab(43.88 -15.2 18.16) color: lab(43.88 -15.2 18.16)
LCH lch(43.88 23.68 129.93) color: lch(43.88 23.68 129.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.6:1
vs Black 3.75: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)

#626252 — rgb(98, 98, 82)

Deuteranopia (Green-blind)

#615F54 — rgb(97, 95, 84)

Tritanopia (Blue-blind)

#5A595B — rgb(90, 89, 91)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(95, 20%, 36%);

text

color: hsl(95, 20%, 36%);

border

border: 2px solid hsl(95, 20%, 36%);

gradient light

background: linear-gradient(to right, hsl(95, 20%, 56%), hsl(95, 20%, 36%));

gradient dark

background: linear-gradient(to right, hsl(95, 20%, 36%), hsl(95, 20%, 16%))

hex

background-color: #596E49;

tailwind

bg-[hsl(95,20%,36%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(95, 20%, 36%, 0.4);

css variable

--color-primary: hsl(95, 20%, 36%);

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(95, 20%, 36%)?

HEX: #596E49 | RGB: rgb(89, 110, 73) | CMYK: 19%, 0%, 34%, 57% | HSV: 94°, 34%, 43%. Copy any format from the conversion table above.

What colors go well with #596E49?

The complementary color is HSL(275, 20%, 36%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(95, 20%, 36%) in CSS?

As HSL: color: hsl(95, 20%, 36%); — As HEX: color: #596E49; — As RGB: color: rgb(89, 110, 73); — Tailwind CSS: bg-[hsl(95,20%,36%)] — CSS variable: --color-primary: hsl(95, 20%, 36%);