HSL(85, 72%, 20%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(85,72%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(85, 72%, 20%) color: hsl(85, 72%, 20%)
HEX #39580E color: #39580E
RGB rgb(57, 88, 14) color: rgb(57, 88, 14)
CMYK cmyk(35%, 0%, 84%, 65%)
HSV hsv(85, 84%, 35%)
HWB hwb(85 6% 65%) color: hwb(85 6% 65%)
OKLCH oklch(0.4207 0.1049 130.38) color: oklch(0.4207 0.1049 130.38)
Lab lab(33.73 -23.87 36.16) color: lab(33.73 -23.87 36.16)
LCH lch(33.73 43.33 123.43) color: lch(33.73 43.33 123.43)

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 8.15:1
vs Black 2.58: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)

#464720 — rgb(70, 71, 32)

Deuteranopia (Green-blind)

#454224 — rgb(69, 66, 36)

Tritanopia (Blue-blind)

#3B2E31 — rgb(59, 46, 49)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(85, 72%, 20%);

text

color: hsl(85, 72%, 20%);

border

border: 2px solid hsl(85, 72%, 20%);

gradient light

background: linear-gradient(to right, hsl(85, 72%, 40%), hsl(85, 72%, 20%));

gradient dark

background: linear-gradient(to right, hsl(85, 72%, 20%), hsl(85, 72%, 0%))

hex

background-color: #39580E;

tailwind

bg-[hsl(85,72%,20%)]

box shadow

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

css variable

--color-primary: hsl(85, 72%, 20%);

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(85, 72%, 20%)?

HEX: #39580E | RGB: rgb(57, 88, 14) | CMYK: 35%, 0%, 84%, 65% | HSV: 85°, 84%, 35%. Copy any format from the conversion table above.

What colors go well with #39580E?

The complementary color is HSL(265, 72%, 20%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(85, 72%, 20%) in CSS?

As HSL: color: hsl(85, 72%, 20%); — As HEX: color: #39580E; — As RGB: color: rgb(57, 88, 14); — Tailwind CSS: bg-[hsl(85,72%,20%)] — CSS variable: --color-primary: hsl(85, 72%, 20%);