HSL(111, 63%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,63%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 63%, 35%) | color: hsl(111, 63%, 35%) | |
| HEX | #329121 | color: #329121 | |
| RGB | rgb(50, 145, 33) | color: rgb(50, 145, 33) | |
| CMYK | cmyk(66%, 0%, 77%, 43%) | — | |
| HSV | hsv(111, 77%, 57%) | — | |
| HWB | hwb(111 13% 43%) | color: hwb(111 13% 43%) | |
| OKLCH | oklch(0.5788 0.1709 140.98) | color: oklch(0.5788 0.1709 140.98) | |
| Lab | lab(52.99 -48.54 47.9) | color: lab(52.99 -48.54 47.9) | |
| LCH | lch(52.99 68.19 135.38) | color: lch(52.99 68.19 135.38) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#5B5C3C — rgb(91, 92, 60)
Deuteranopia (Green-blind)
#564F43 — rgb(86, 79, 67)
Tritanopia (Blue-blind)
#375156 — rgb(55, 81, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 63%, 35%);
text
color: hsl(111, 63%, 35%);
border
border: 2px solid hsl(111, 63%, 35%);
gradient light
background: linear-gradient(to right, hsl(111, 63%, 55%), hsl(111, 63%, 35%));
gradient dark
background: linear-gradient(to right, hsl(111, 63%, 35%), hsl(111, 63%, 15%))
hex
background-color: #329121;
tailwind
bg-[hsl(111,63%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 63%, 35%, 0.4);
css variable
--color-primary: hsl(111, 63%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 63%, 35%)?
HEX: #329121 | RGB: rgb(50, 145, 33) | CMYK: 66%, 0%, 77%, 43% | HSV: 111°, 77%, 57%. Copy any format from the conversion table above.
What colors go well with #329121?
The complementary color is HSL(291, 63%, 35%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 63%, 35%) in CSS?
As HSL: color: hsl(111, 63%, 35%); — As HEX: color: #329121; — As RGB: color: rgb(50, 145, 33); — Tailwind CSS: bg-[hsl(111,63%,35%)] — CSS variable: --color-primary: hsl(111, 63%, 35%);