HSL(105, 33%, 35%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(105,33%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(105, 33%, 35%) color: hsl(105, 33%, 35%)
HEX #4B773C color: #4B773C
RGB rgb(75, 119, 60) color: rgb(75, 119, 60)
CMYK cmyk(37%, 0%, 50%, 53%)
HSV hsv(105, 50%, 47%)
HWB hwb(105 24% 53%) color: hwb(105 24% 53%)
OKLCH oklch(0.5221 0.1003 138.21) color: oklch(0.5221 0.1003 138.21)
Lab lab(45.66 -27.27 27.62) color: lab(45.66 -27.27 27.62)
LCH lch(45.66 38.81 134.63) color: lch(45.66 38.81 134.63)

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.25:1
vs Black 4: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)

#5E5E4A — rgb(94, 94, 74)

Deuteranopia (Green-blind)

#5C584E — rgb(92, 88, 78)

Tritanopia (Blue-blind)

#4D5658 — rgb(77, 86, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(105, 33%, 35%);

text

color: hsl(105, 33%, 35%);

border

border: 2px solid hsl(105, 33%, 35%);

gradient light

background: linear-gradient(to right, hsl(105, 33%, 55%), hsl(105, 33%, 35%));

gradient dark

background: linear-gradient(to right, hsl(105, 33%, 35%), hsl(105, 33%, 15%))

hex

background-color: #4B773C;

tailwind

bg-[hsl(105,33%,35%)]

box shadow

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

css variable

--color-primary: hsl(105, 33%, 35%);

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(105, 33%, 35%)?

HEX: #4B773C | RGB: rgb(75, 119, 60) | CMYK: 37%, 0%, 50%, 53% | HSV: 105°, 50%, 47%. Copy any format from the conversion table above.

What colors go well with #4B773C?

The complementary color is HSL(285, 33%, 35%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(105, 33%, 35%) in CSS?

As HSL: color: hsl(105, 33%, 35%); — As HEX: color: #4B773C; — As RGB: color: rgb(75, 119, 60); — Tailwind CSS: bg-[hsl(105,33%,35%)] — CSS variable: --color-primary: hsl(105, 33%, 35%);