HSL(77, 71%, 22%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(77,71%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(77, 71%, 22%) color: hsl(77, 71%, 22%)
HEX #496010 color: #496010
RGB rgb(73, 96, 16) color: rgb(73, 96, 16)
CMYK cmyk(24%, 0%, 83%, 62%)
HSV hsv(77, 83%, 38%)
HWB hwb(77 6% 62%) color: hwb(77 6% 62%)
OKLCH oklch(0.4543 0.1057 125.03) color: oklch(0.4543 0.1057 125.03)
Lab lab(37.52 -20.85 39.36) color: lab(37.52 -20.85 39.36)
LCH lch(37.52 44.54 117.91) color: lch(37.52 44.54 117.91)

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.09:1
vs Black 2.96: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)

#535323 — rgb(83, 83, 35)

Deuteranopia (Green-blind)

#525028 — rgb(82, 80, 40)

Tritanopia (Blue-blind)

#4A3336 — rgb(74, 51, 54)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(77, 71%, 22%);

text

color: hsl(77, 71%, 22%);

border

border: 2px solid hsl(77, 71%, 22%);

gradient light

background: linear-gradient(to right, hsl(77, 71%, 42%), hsl(77, 71%, 22%));

gradient dark

background: linear-gradient(to right, hsl(77, 71%, 22%), hsl(77, 71%, 2%))

hex

background-color: #496010;

tailwind

bg-[hsl(77,71%,22%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(77, 71%, 22%, 0.4);

css variable

--color-primary: hsl(77, 71%, 22%);

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(77, 71%, 22%)?

HEX: #496010 | RGB: rgb(73, 96, 16) | CMYK: 24%, 0%, 83%, 62% | HSV: 77°, 83%, 38%. Copy any format from the conversion table above.

What colors go well with #496010?

The complementary color is HSL(257, 71%, 22%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(77, 71%, 22%) in CSS?

As HSL: color: hsl(77, 71%, 22%); — As HEX: color: #496010; — As RGB: color: rgb(73, 96, 16); — Tailwind CSS: bg-[hsl(77,71%,22%)] — CSS variable: --color-primary: hsl(77, 71%, 22%);