HSL(78, 47%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(78,47%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(78, 47%, 28%) color: hsl(78, 47%, 28%)
HEX #556926 color: #556926
RGB rgb(85, 105, 38) color: rgb(85, 105, 38)
CMYK cmyk(19%, 0%, 64%, 59%)
HSV hsv(78, 64%, 41%)
HWB hwb(78 15% 59%) color: hwb(78 15% 59%)
OKLCH oklch(0.4892 0.0956 123.93) color: oklch(0.4892 0.0956 123.93)
Lab lab(41.49 -18.67 34.34) color: lab(41.49 -18.67 34.34)
LCH lch(41.49 39.09 118.53) color: lch(41.49 39.09 118.53)

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 6.11:1
vs Black 3.43:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#5E5E36 — rgb(94, 94, 54)

Deuteranopia (Green-blind)

#5D5B3A — rgb(93, 91, 58)

Tritanopia (Blue-blind)

#564346 — rgb(86, 67, 70)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(78, 47%, 28%);

text

color: hsl(78, 47%, 28%);

border

border: 2px solid hsl(78, 47%, 28%);

gradient light

background: linear-gradient(to right, hsl(78, 47%, 48%), hsl(78, 47%, 28%));

gradient dark

background: linear-gradient(to right, hsl(78, 47%, 28%), hsl(78, 47%, 8%))

hex

background-color: #556926;

tailwind

bg-[hsl(78,47%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(78, 47%, 28%, 0.4);

css variable

--color-primary: hsl(78, 47%, 28%);

Related Colors

Use Cases for Green

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

Frequently Asked Questions

What are all the color codes for HSL(78, 47%, 28%)?

HEX: #556926 | RGB: rgb(85, 105, 38) | CMYK: 19%, 0%, 64%, 59% | HSV: 78°, 64%, 41%. Copy any format from the conversion table above.

What colors go well with #556926?

The complementary color is HSL(258, 47%, 28%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(78, 47%, 28%) in CSS?

As HSL: color: hsl(78, 47%, 28%); — As HEX: color: #556926; — As RGB: color: rgb(85, 105, 38); — Tailwind CSS: bg-[hsl(78,47%,28%)] — CSS variable: --color-primary: hsl(78, 47%, 28%);