HSL(77, 12%, 20%)

Grayish Green — Green color

Adjust Color

Color Information

Color Name

Grayish Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(77,12%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(77, 12%, 20%) color: hsl(77, 12%, 20%)
HEX #36392D color: #36392D
RGB rgb(54, 57, 45) color: rgb(54, 57, 45)
CMYK cmyk(5%, 0%, 21%, 78%)
HSV hsv(75, 21%, 22%)
HWB hwb(75 17% 78%) color: hwb(75 17% 78%)
OKLCH oklch(0.3377 0.0207 118.92) color: oklch(0.3377 0.0207 118.92)
Lab lab(23.34 -3.88 7.07) color: lab(23.34 -3.88 7.07)
LCH lch(23.34 8.06 118.76) color: lch(23.34 8.06 118.76)

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 11.8:1
vs Black 1.78: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)

#373730 — rgb(55, 55, 48)

Deuteranopia (Green-blind)

#373731 — rgb(55, 55, 49)

Tritanopia (Blue-blind)

#363233 — rgb(54, 50, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(77, 12%, 20%);

text

color: hsl(77, 12%, 20%);

border

border: 2px solid hsl(77, 12%, 20%);

gradient light

background: linear-gradient(to right, hsl(77, 12%, 40%), hsl(77, 12%, 20%));

gradient dark

background: linear-gradient(to right, hsl(77, 12%, 20%), hsl(77, 12%, 0%))

hex

background-color: #36392D;

tailwind

bg-[hsl(77,12%,20%)]

box shadow

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

css variable

--color-primary: hsl(77, 12%, 20%);

Related Colors

Use Cases for Grayish Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(77, 12%, 20%)?

HEX: #36392D | RGB: rgb(54, 57, 45) | CMYK: 5%, 0%, 21%, 78% | HSV: 75°, 21%, 22%. Copy any format from the conversion table above.

What colors go well with #36392D?

The complementary color is HSL(257, 12%, 20%). 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, 12%, 20%) in CSS?

As HSL: color: hsl(77, 12%, 20%); — As HEX: color: #36392D; — As RGB: color: rgb(54, 57, 45); — Tailwind CSS: bg-[hsl(77,12%,20%)] — CSS variable: --color-primary: hsl(77, 12%, 20%);