HSL(83, 45%, 25%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,45%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 45%, 25%) | color: hsl(83, 45%, 25%) | |
| HEX | #465C23 | color: #465C23 | |
| RGB | rgb(70, 92, 35) | color: rgb(70, 92, 35) | |
| CMYK | cmyk(24%, 0%, 62%, 64%) | — | |
| HSV | hsv(83, 62%, 36%) | — | |
| HWB | hwb(83 14% 64%) | color: hwb(83 14% 64%) | |
| OKLCH | oklch(0.443 0.0867 127.3) | color: oklch(0.443 0.0867 127.3) | |
| Lab | lab(36.13 -18.62 29.54) | color: lab(36.13 -18.62 29.54) | |
| LCH | lch(36.13 34.92 122.22) | color: lch(36.13 34.92 122.22) |
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)
#505031 — rgb(80, 80, 49)
Deuteranopia (Green-blind)
#4E4D34 — rgb(78, 77, 52)
Tritanopia (Blue-blind)
#473C3E — rgb(71, 60, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 45%, 25%);
text
color: hsl(83, 45%, 25%);
border
border: 2px solid hsl(83, 45%, 25%);
gradient light
background: linear-gradient(to right, hsl(83, 45%, 45%), hsl(83, 45%, 25%));
gradient dark
background: linear-gradient(to right, hsl(83, 45%, 25%), hsl(83, 45%, 5%))
hex
background-color: #465C23;
tailwind
bg-[hsl(83,45%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 45%, 25%, 0.4);
css variable
--color-primary: hsl(83, 45%, 25%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 45%, 25%)?
HEX: #465C23 | RGB: rgb(70, 92, 35) | CMYK: 24%, 0%, 62%, 64% | HSV: 83°, 62%, 36%. Copy any format from the conversion table above.
What colors go well with #465C23?
The complementary color is HSL(263, 45%, 25%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 45%, 25%) in CSS?
As HSL: color: hsl(83, 45%, 25%); — As HEX: color: #465C23; — As RGB: color: rgb(70, 92, 35); — Tailwind CSS: bg-[hsl(83,45%,25%)] — CSS variable: --color-primary: hsl(83, 45%, 25%);