HSL(74, 40%, 33%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(74,40%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(74, 40%, 33%) color: hsl(74, 40%, 33%)
HEX #667632 color: #667632
RGB rgb(102, 118, 50) color: rgb(102, 118, 50)
CMYK cmyk(14%, 0%, 58%, 54%)
HSV hsv(74, 58%, 46%)
HWB hwb(74 19% 54%) color: hwb(74 19% 54%)
OKLCH oklch(0.5371 0.0951 120.74) color: oklch(0.5371 0.0951 120.74)
Lab lab(46.99 -17.01 34.91) color: lab(46.99 -17.01 34.91)
LCH lch(46.99 38.83 115.98) color: lch(46.99 38.83 115.98)

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 5:1
vs Black 4.2: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)

#6D6D42 — rgb(109, 109, 66)

Deuteranopia (Green-blind)

#6C6B46 — rgb(108, 107, 70)

Tritanopia (Blue-blind)

#674F52 — rgb(103, 79, 82)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(74, 40%, 33%);

text

color: hsl(74, 40%, 33%);

border

border: 2px solid hsl(74, 40%, 33%);

gradient light

background: linear-gradient(to right, hsl(74, 40%, 53%), hsl(74, 40%, 33%));

gradient dark

background: linear-gradient(to right, hsl(74, 40%, 33%), hsl(74, 40%, 13%))

hex

background-color: #667632;

tailwind

bg-[hsl(74,40%,33%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(74, 40%, 33%, 0.4);

css variable

--color-primary: hsl(74, 40%, 33%);

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(74, 40%, 33%)?

HEX: #667632 | RGB: rgb(102, 118, 50) | CMYK: 14%, 0%, 58%, 54% | HSV: 74°, 58%, 46%. Copy any format from the conversion table above.

What colors go well with #667632?

The complementary color is HSL(254, 40%, 33%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(74, 40%, 33%) in CSS?

As HSL: color: hsl(74, 40%, 33%); — As HEX: color: #667632; — As RGB: color: rgb(102, 118, 50); — Tailwind CSS: bg-[hsl(74,40%,33%)] — CSS variable: --color-primary: hsl(74, 40%, 33%);