HSL(82, 11%, 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(82,11%,20%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 11%, 20%) color: hsl(82, 11%, 20%)
HEX #34392D color: #34392D
RGB rgb(52, 57, 45) color: rgb(52, 57, 45)
CMYK cmyk(9%, 0%, 21%, 78%)
HSV hsv(85, 21%, 22%)
HWB hwb(85 17% 78%) color: hwb(85 17% 78%)
OKLCH oklch(0.3358 0.0215 125.96) color: oklch(0.3358 0.0215 125.96)
Lab lab(23.15 -4.79 6.78) color: lab(23.15 -4.79 6.78)
LCH lch(23.15 8.3 125.24) color: lch(23.15 8.3 125.24)

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.87:1
vs Black 1.77: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)

#363630 — rgb(54, 54, 48)

Deuteranopia (Green-blind)

#363631 — rgb(54, 54, 49)

Tritanopia (Blue-blind)

#343233 — rgb(52, 50, 51)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 11%, 20%);

text

color: hsl(82, 11%, 20%);

border

border: 2px solid hsl(82, 11%, 20%);

gradient light

background: linear-gradient(to right, hsl(82, 11%, 40%), hsl(82, 11%, 20%));

gradient dark

background: linear-gradient(to right, hsl(82, 11%, 20%), hsl(82, 11%, 0%))

hex

background-color: #34392D;

tailwind

bg-[hsl(82,11%,20%)]

box shadow

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

css variable

--color-primary: hsl(82, 11%, 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(82, 11%, 20%)?

HEX: #34392D | RGB: rgb(52, 57, 45) | CMYK: 9%, 0%, 21%, 78% | HSV: 85°, 21%, 22%. Copy any format from the conversion table above.

What colors go well with #34392D?

The complementary color is HSL(262, 11%, 20%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 11%, 20%) in CSS?

As HSL: color: hsl(82, 11%, 20%); — As HEX: color: #34392D; — As RGB: color: rgb(52, 57, 45); — Tailwind CSS: bg-[hsl(82,11%,20%)] — CSS variable: --color-primary: hsl(82, 11%, 20%);