HSL(102, 11%, 24%)

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(102,11%,24%)]

Color Conversions

Format Value CSS Usage
HSL hsl(102, 11%, 24%) color: hsl(102, 11%, 24%)
HEX #3B4436 color: #3B4436
RGB rgb(59, 68, 54) color: rgb(59, 68, 54)
CMYK cmyk(13%, 0%, 21%, 73%)
HSV hsv(99, 21%, 27%)
HWB hwb(99 21% 73%) color: hwb(99 21% 73%)
OKLCH oklch(0.3739 0.0262 134.39) color: oklch(0.3739 0.0262 134.39)
Lab lab(27.66 -6.8 7.27) color: lab(27.66 -6.8 7.27)
LCH lch(27.66 9.95 133.09) color: lch(27.66 9.95 133.09)

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 10.16:1
vs Black 2.07: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)

#3F3F39 — rgb(63, 63, 57)

Deuteranopia (Green-blind)

#3E3E3A — rgb(62, 62, 58)

Tritanopia (Blue-blind)

#3B3C3D — rgb(59, 60, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(102, 11%, 24%);

text

color: hsl(102, 11%, 24%);

border

border: 2px solid hsl(102, 11%, 24%);

gradient light

background: linear-gradient(to right, hsl(102, 11%, 44%), hsl(102, 11%, 24%));

gradient dark

background: linear-gradient(to right, hsl(102, 11%, 24%), hsl(102, 11%, 4%))

hex

background-color: #3B4436;

tailwind

bg-[hsl(102,11%,24%)]

box shadow

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

css variable

--color-primary: hsl(102, 11%, 24%);

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(102, 11%, 24%)?

HEX: #3B4436 | RGB: rgb(59, 68, 54) | CMYK: 13%, 0%, 21%, 73% | HSV: 99°, 21%, 27%. Copy any format from the conversion table above.

What colors go well with #3B4436?

The complementary color is HSL(282, 11%, 24%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(102, 11%, 24%) in CSS?

As HSL: color: hsl(102, 11%, 24%); — As HEX: color: #3B4436; — As RGB: color: rgb(59, 68, 54); — Tailwind CSS: bg-[hsl(102,11%,24%)] — CSS variable: --color-primary: hsl(102, 11%, 24%);