HSL(146, 21%, 36%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(146,21%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 21%, 36%) color: hsl(146, 21%, 36%)
HEX #496F59 color: #496F59
RGB rgb(73, 111, 89) color: rgb(73, 111, 89)
CMYK cmyk(34%, 0%, 20%, 56%)
HSV hsv(145, 34%, 44%)
HWB hwb(145 29% 56%) color: hwb(145 29% 56%)
OKLCH oklch(0.5064 0.0558 158.25) color: oklch(0.5064 0.0558 158.25)
Lab lab(43.52 -18.66 8.03) color: lab(43.52 -18.66 8.03)
LCH lch(43.52 20.31 156.72) color: lch(43.52 20.31 156.72)

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 5.67:1
vs Black 3.7: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)

#595A5E — rgb(89, 90, 94)

Deuteranopia (Green-blind)

#575460 — rgb(87, 84, 96)

Tritanopia (Blue-blind)

#4B6363 — rgb(75, 99, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 21%, 36%);

text

color: hsl(146, 21%, 36%);

border

border: 2px solid hsl(146, 21%, 36%);

gradient light

background: linear-gradient(to right, hsl(146, 21%, 56%), hsl(146, 21%, 36%));

gradient dark

background: linear-gradient(to right, hsl(146, 21%, 36%), hsl(146, 21%, 16%))

hex

background-color: #496F59;

tailwind

bg-[hsl(146,21%,36%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(146, 21%, 36%, 0.4);

css variable

--color-primary: hsl(146, 21%, 36%);

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(146, 21%, 36%)?

HEX: #496F59 | RGB: rgb(73, 111, 89) | CMYK: 34%, 0%, 20%, 56% | HSV: 145°, 34%, 44%. Copy any format from the conversion table above.

What colors go well with #496F59?

The complementary color is HSL(326, 21%, 36%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(146, 21%, 36%) in CSS?

As HSL: color: hsl(146, 21%, 36%); — As HEX: color: #496F59; — As RGB: color: rgb(73, 111, 89); — Tailwind CSS: bg-[hsl(146,21%,36%)] — CSS variable: --color-primary: hsl(146, 21%, 36%);