HSL(111, 11%, 31%)

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(111,11%,31%)]

Color Conversions

Format Value CSS Usage
HSL hsl(111, 11%, 31%) color: hsl(111, 11%, 31%)
HEX #495846 color: #495846
RGB rgb(73, 88, 70) color: rgb(73, 88, 70)
CMYK cmyk(17%, 0%, 20%, 65%)
HSV hsv(110, 20%, 35%)
HWB hwb(110 28% 65%) color: hwb(110 28% 65%)
OKLCH oklch(0.4419 0.0345 140.42) color: oklch(0.4419 0.0345 140.42)
Lab lab(35.67 -9.77 8.54) color: lab(35.67 -9.77 8.54)
LCH lch(35.67 12.98 138.84) color: lch(35.67 12.98 138.84)

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 7.59:1
vs Black 2.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)

#4F504A — rgb(79, 80, 74)

Deuteranopia (Green-blind)

#4F4E4B — rgb(79, 78, 75)

Tritanopia (Blue-blind)

#4A4E4F — rgb(74, 78, 79)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(111, 11%, 31%);

text

color: hsl(111, 11%, 31%);

border

border: 2px solid hsl(111, 11%, 31%);

gradient light

background: linear-gradient(to right, hsl(111, 11%, 51%), hsl(111, 11%, 31%));

gradient dark

background: linear-gradient(to right, hsl(111, 11%, 31%), hsl(111, 11%, 11%))

hex

background-color: #495846;

tailwind

bg-[hsl(111,11%,31%)]

box shadow

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

css variable

--color-primary: hsl(111, 11%, 31%);

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(111, 11%, 31%)?

HEX: #495846 | RGB: rgb(73, 88, 70) | CMYK: 17%, 0%, 20%, 65% | HSV: 110°, 20%, 35%. Copy any format from the conversion table above.

What colors go well with #495846?

The complementary color is HSL(291, 11%, 31%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(111, 11%, 31%) in CSS?

As HSL: color: hsl(111, 11%, 31%); — As HEX: color: #495846; — As RGB: color: rgb(73, 88, 70); — Tailwind CSS: bg-[hsl(111,11%,31%)] — CSS variable: --color-primary: hsl(111, 11%, 31%);