HSL(80, 39%, 19%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(80,39%,19%)]

Color Conversions

Format Value CSS Usage
HSL hsl(80, 39%, 19%) color: hsl(80, 39%, 19%)
HEX #37431E color: #37431E
RGB rgb(55, 67, 30) color: rgb(55, 67, 30)
CMYK cmyk(18%, 0%, 55%, 74%)
HSV hsv(79, 55%, 26%)
HWB hwb(79 12% 74%) color: hwb(79 12% 74%)
OKLCH oklch(0.3623 0.0598 124.15) color: oklch(0.3623 0.0598 124.15)
Lab lab(26.51 -11.99 20.72) color: lab(26.51 -11.99 20.72)
LCH lch(26.51 23.94 120.06) color: lch(26.51 23.94 120.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 10.58:1
vs Black 1.98: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)

#3C3C27 — rgb(60, 60, 39)

Deuteranopia (Green-blind)

#3C3B29 — rgb(60, 59, 41)

Tritanopia (Blue-blind)

#382E30 — rgb(56, 46, 48)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(80, 39%, 19%);

text

color: hsl(80, 39%, 19%);

border

border: 2px solid hsl(80, 39%, 19%);

gradient light

background: linear-gradient(to right, hsl(80, 39%, 39%), hsl(80, 39%, 19%));

gradient dark

background: linear-gradient(to right, hsl(80, 39%, 19%), hsl(80, 39%, 0%))

hex

background-color: #37431E;

tailwind

bg-[hsl(80,39%,19%)]

box shadow

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

css variable

--color-primary: hsl(80, 39%, 19%);

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(80, 39%, 19%)?

HEX: #37431E | RGB: rgb(55, 67, 30) | CMYK: 18%, 0%, 55%, 74% | HSV: 79°, 55%, 26%. Copy any format from the conversion table above.

What colors go well with #37431E?

The complementary color is HSL(260, 39%, 19%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(80, 39%, 19%) in CSS?

As HSL: color: hsl(80, 39%, 19%); — As HEX: color: #37431E; — As RGB: color: rgb(55, 67, 30); — Tailwind CSS: bg-[hsl(80,39%,19%)] — CSS variable: --color-primary: hsl(80, 39%, 19%);