HSL(117, 25%, 32%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(117,25%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(117, 25%, 32%) color: hsl(117, 25%, 32%)
HEX #3F663D color: #3F663D
RGB rgb(63, 102, 61) color: rgb(63, 102, 61)
CMYK cmyk(38%, 0%, 40%, 60%)
HSV hsv(117, 40%, 40%)
HWB hwb(117 24% 60%) color: hwb(117 24% 60%)
OKLCH oklch(0.4696 0.0784 143.13) color: oklch(0.4696 0.0784 143.13)
Lab lab(39.4 -23 18.94) color: lab(39.4 -23 18.94)
LCH lch(39.4 29.79 140.53) color: lch(39.4 29.79 140.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.61:1
vs Black 3.18: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)

#505047 — rgb(80, 80, 71)

Deuteranopia (Green-blind)

#4E4B49 — rgb(78, 75, 73)

Tritanopia (Blue-blind)

#414F50 — rgb(65, 79, 80)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(117, 25%, 32%);

text

color: hsl(117, 25%, 32%);

border

border: 2px solid hsl(117, 25%, 32%);

gradient light

background: linear-gradient(to right, hsl(117, 25%, 52%), hsl(117, 25%, 32%));

gradient dark

background: linear-gradient(to right, hsl(117, 25%, 32%), hsl(117, 25%, 12%))

hex

background-color: #3F663D;

tailwind

bg-[hsl(117,25%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(117, 25%, 32%, 0.4);

css variable

--color-primary: hsl(117, 25%, 32%);

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(117, 25%, 32%)?

HEX: #3F663D | RGB: rgb(63, 102, 61) | CMYK: 38%, 0%, 40%, 60% | HSV: 117°, 40%, 40%. Copy any format from the conversion table above.

What colors go well with #3F663D?

The complementary color is HSL(297, 25%, 32%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(117, 25%, 32%) in CSS?

As HSL: color: hsl(117, 25%, 32%); — As HEX: color: #3F663D; — As RGB: color: rgb(63, 102, 61); — Tailwind CSS: bg-[hsl(117,25%,32%)] — CSS variable: --color-primary: hsl(117, 25%, 32%);