HSL(93, 83%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(93,83%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(93, 83%, 23%) color: hsl(93, 83%, 23%)
HEX #366B0A color: #366B0A
RGB rgb(54, 107, 10) color: rgb(54, 107, 10)
CMYK cmyk(50%, 0%, 91%, 58%)
HSV hsv(93, 91%, 42%)
HWB hwb(93 4% 58%) color: hwb(93 4% 58%)
OKLCH oklch(0.4725 0.1336 135.4) color: oklch(0.4725 0.1336 135.4)
Lab lab(40.12 -33.97 43.01) color: lab(40.12 -33.97 43.01)
LCH lch(40.12 54.81 128.3) color: lch(40.12 54.81 128.3)

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.43:1
vs Black 3.26: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)

#4D4D21 — rgb(77, 77, 33)

Deuteranopia (Green-blind)

#4A4627 — rgb(74, 70, 39)

Tritanopia (Blue-blind)

#393438 — rgb(57, 52, 56)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(93, 83%, 23%);

text

color: hsl(93, 83%, 23%);

border

border: 2px solid hsl(93, 83%, 23%);

gradient light

background: linear-gradient(to right, hsl(93, 83%, 43%), hsl(93, 83%, 23%));

gradient dark

background: linear-gradient(to right, hsl(93, 83%, 23%), hsl(93, 83%, 3%))

hex

background-color: #366B0A;

tailwind

bg-[hsl(93,83%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(93, 83%, 23%, 0.4);

css variable

--color-primary: hsl(93, 83%, 23%);

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(93, 83%, 23%)?

HEX: #366B0A | RGB: rgb(54, 107, 10) | CMYK: 50%, 0%, 91%, 58% | HSV: 93°, 91%, 42%. Copy any format from the conversion table above.

What colors go well with #366B0A?

The complementary color is HSL(273, 83%, 23%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(93, 83%, 23%) in CSS?

As HSL: color: hsl(93, 83%, 23%); — As HEX: color: #366B0A; — As RGB: color: rgb(54, 107, 10); — Tailwind CSS: bg-[hsl(93,83%,23%)] — CSS variable: --color-primary: hsl(93, 83%, 23%);