HSL(92, 57%, 32%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(92,57%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(92, 57%, 32%) color: hsl(92, 57%, 32%)
HEX #4E8023 color: #4E8023
RGB rgb(78, 128, 35) color: rgb(78, 128, 35)
CMYK cmyk(39%, 0%, 73%, 50%)
HSV hsv(92, 73%, 50%)
HWB hwb(92 14% 50%) color: hwb(92 14% 50%)
OKLCH oklch(0.5448 0.1344 133.64) color: oklch(0.5448 0.1344 133.64)
Lab lab(48.48 -33.08 42.98) color: lab(48.48 -33.08 42.98)
LCH lch(48.48 54.24 127.58) color: lch(48.48 54.24 127.58)

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 4.73:1
vs Black 4.44: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)

#64643A — rgb(100, 100, 58)

Deuteranopia (Green-blind)

#615D3F — rgb(97, 93, 63)

Tritanopia (Blue-blind)

#514B4F — rgb(81, 75, 79)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(92, 57%, 32%);

text

color: hsl(92, 57%, 32%);

border

border: 2px solid hsl(92, 57%, 32%);

gradient light

background: linear-gradient(to right, hsl(92, 57%, 52%), hsl(92, 57%, 32%));

gradient dark

background: linear-gradient(to right, hsl(92, 57%, 32%), hsl(92, 57%, 12%))

hex

background-color: #4E8023;

tailwind

bg-[hsl(92,57%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(92, 57%, 32%, 0.4);

css variable

--color-primary: hsl(92, 57%, 32%);

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(92, 57%, 32%)?

HEX: #4E8023 | RGB: rgb(78, 128, 35) | CMYK: 39%, 0%, 73%, 50% | HSV: 92°, 73%, 50%. Copy any format from the conversion table above.

What colors go well with #4E8023?

The complementary color is HSL(272, 57%, 32%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(92, 57%, 32%) in CSS?

As HSL: color: hsl(92, 57%, 32%); — As HEX: color: #4E8023; — As RGB: color: rgb(78, 128, 35); — Tailwind CSS: bg-[hsl(92,57%,32%)] — CSS variable: --color-primary: hsl(92, 57%, 32%);