HSL(65, 80%, 19%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(65, 80%, 19%) color: hsl(65, 80%, 19%)
HEX #51570A color: #51570A
RGB rgb(81, 87, 10) color: rgb(81, 87, 10)
CMYK cmyk(7%, 0%, 89%, 66%)
HSV hsv(65, 89%, 34%)
HWB hwb(65 4% 66%) color: hwb(65 4% 66%)
OKLCH oklch(0.4369 0.0936 114.39) color: oklch(0.4369 0.0936 114.39)
Lab lab(35.18 -12.45 39.42) color: lab(35.18 -12.45 39.42)
LCH lch(35.18 41.34 107.53) color: lch(35.18 41.34 107.53)

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 7.73:1
vs Black 2.72: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)

#54541D — rgb(84, 84, 29)

Deuteranopia (Green-blind)

#535321 — rgb(83, 83, 33)

Tritanopia (Blue-blind)

#512B2F — rgb(81, 43, 47)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #51570A;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(65, 80%, 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(65, 80%, 19%)?

HEX: #51570A | RGB: rgb(81, 87, 10) | CMYK: 7%, 0%, 89%, 66% | HSV: 65°, 89%, 34%. Copy any format from the conversion table above.

What colors go well with #51570A?

The complementary color is HSL(245, 80%, 19%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(65, 80%, 19%); — As HEX: color: #51570A; — As RGB: color: rgb(81, 87, 10); — Tailwind CSS: bg-[hsl(65,80%,19%)] — CSS variable: --color-primary: hsl(65, 80%, 19%);