HSL(99, 35%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,35%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 35%, 34%) | color: hsl(99, 35%, 34%) | |
| HEX | #4E7538 | color: #4E7538 | |
| RGB | rgb(78, 117, 56) | color: rgb(78, 117, 56) | |
| CMYK | cmyk(33%, 0%, 52%, 54%) | — | |
| HSV | hsv(98, 52%, 46%) | — | |
| HWB | hwb(98 22% 54%) | color: hwb(98 22% 54%) | |
| OKLCH | oklch(0.5181 0.0996 135.36) | color: oklch(0.5181 0.0996 135.36) | |
| Lab | lab(45.12 -25.71 29.16) | color: lab(45.12 -25.71 29.16) | |
| LCH | lch(45.12 38.88 131.4) | color: lch(45.12 38.88 131.4) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5F5F47 — rgb(95, 95, 71)
Deuteranopia (Green-blind)
#5D5A4A — rgb(93, 90, 74)
Tritanopia (Blue-blind)
#505255 — rgb(80, 82, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 35%, 34%);
text
color: hsl(99, 35%, 34%);
border
border: 2px solid hsl(99, 35%, 34%);
gradient light
background: linear-gradient(to right, hsl(99, 35%, 54%), hsl(99, 35%, 34%));
gradient dark
background: linear-gradient(to right, hsl(99, 35%, 34%), hsl(99, 35%, 14%))
hex
background-color: #4E7538;
tailwind
bg-[hsl(99,35%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 35%, 34%, 0.4);
css variable
--color-primary: hsl(99, 35%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 35%, 34%)?
HEX: #4E7538 | RGB: rgb(78, 117, 56) | CMYK: 33%, 0%, 52%, 54% | HSV: 98°, 52%, 46%. Copy any format from the conversion table above.
What colors go well with #4E7538?
The complementary color is HSL(279, 35%, 34%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 35%, 34%) in CSS?
As HSL: color: hsl(99, 35%, 34%); — As HEX: color: #4E7538; — As RGB: color: rgb(78, 117, 56); — Tailwind CSS: bg-[hsl(99,35%,34%)] — CSS variable: --color-primary: hsl(99, 35%, 34%);