HSL(77, 45%, 25%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,45%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 45%, 25%) | color: hsl(77, 45%, 25%) | |
| HEX | #4C5C23 | color: #4C5C23 | |
| RGB | rgb(76, 92, 35) | color: rgb(76, 92, 35) | |
| CMYK | cmyk(17%, 0%, 62%, 64%) | — | |
| HSV | hsv(77, 62%, 36%) | — | |
| HWB | hwb(77 14% 64%) | color: hwb(77 14% 64%) | |
| OKLCH | oklch(0.4478 0.0836 122.94) | color: oklch(0.4478 0.0836 122.94) | |
| Lab | lab(36.58 -15.95 30.16) | color: lab(36.58 -15.95 30.16) | |
| LCH | lch(36.58 34.12 117.87) | color: lch(36.58 34.12 117.87) |
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)
#535331 — rgb(83, 83, 49)
Deuteranopia (Green-blind)
#525134 — rgb(82, 81, 52)
Tritanopia (Blue-blind)
#4D3C3E — rgb(77, 60, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 45%, 25%);
text
color: hsl(77, 45%, 25%);
border
border: 2px solid hsl(77, 45%, 25%);
gradient light
background: linear-gradient(to right, hsl(77, 45%, 45%), hsl(77, 45%, 25%));
gradient dark
background: linear-gradient(to right, hsl(77, 45%, 25%), hsl(77, 45%, 5%))
hex
background-color: #4C5C23;
tailwind
bg-[hsl(77,45%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 45%, 25%, 0.4);
css variable
--color-primary: hsl(77, 45%, 25%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 45%, 25%)?
HEX: #4C5C23 | RGB: rgb(76, 92, 35) | CMYK: 17%, 0%, 62%, 64% | HSV: 77°, 62%, 36%. Copy any format from the conversion table above.
What colors go well with #4C5C23?
The complementary color is HSL(257, 45%, 25%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 45%, 25%) in CSS?
As HSL: color: hsl(77, 45%, 25%); — As HEX: color: #4C5C23; — As RGB: color: rgb(76, 92, 35); — Tailwind CSS: bg-[hsl(77,45%,25%)] — CSS variable: --color-primary: hsl(77, 45%, 25%);