HSL(133, 12%, 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(133,12%,24%)]

Color Conversions

Format Value CSS Usage
HSL hsl(133, 12%, 24%) color: hsl(133, 12%, 24%)
HEX #364539 color: #364539
RGB rgb(54, 69, 57) color: rgb(54, 69, 57)
CMYK cmyk(22%, 0%, 17%, 73%)
HSV hsv(132, 22%, 27%)
HWB hwb(132 21% 73%) color: hwb(132 21% 73%)
OKLCH oklch(0.3733 0.0281 150.82) color: oklch(0.3733 0.0281 150.82)
Lab lab(27.67 -8.87 5.29) color: lab(27.67 -8.87 5.29)
LCH lch(27.67 10.33 149.19) color: lch(27.67 10.33 149.19)

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)

#3C3D3C — rgb(60, 61, 60)

Deuteranopia (Green-blind)

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

Tritanopia (Blue-blind)

#373E3F — rgb(55, 62, 63)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(133, 12%, 24%);

text

color: hsl(133, 12%, 24%);

border

border: 2px solid hsl(133, 12%, 24%);

gradient light

background: linear-gradient(to right, hsl(133, 12%, 44%), hsl(133, 12%, 24%));

gradient dark

background: linear-gradient(to right, hsl(133, 12%, 24%), hsl(133, 12%, 4%))

hex

background-color: #364539;

tailwind

bg-[hsl(133,12%,24%)]

box shadow

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

css variable

--color-primary: hsl(133, 12%, 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(133, 12%, 24%)?

HEX: #364539 | RGB: rgb(54, 69, 57) | CMYK: 22%, 0%, 17%, 73% | HSV: 132°, 22%, 27%. Copy any format from the conversion table above.

What colors go well with #364539?

The complementary color is HSL(313, 12%, 24%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(133, 12%, 24%) in CSS?

As HSL: color: hsl(133, 12%, 24%); — As HEX: color: #364539; — As RGB: color: rgb(54, 69, 57); — Tailwind CSS: bg-[hsl(133,12%,24%)] — CSS variable: --color-primary: hsl(133, 12%, 24%);