HSL(85, 42%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,42%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 42%, 37%) | color: hsl(85, 42%, 37%) | |
| HEX | #658637 | color: #658637 | |
| RGB | rgb(101, 134, 55) | color: rgb(101, 134, 55) | |
| CMYK | cmyk(25%, 0%, 59%, 47%) | — | |
| HSV | hsv(85, 59%, 53%) | — | |
| HWB | hwb(85 22% 47%) | color: hwb(85 22% 47%) | |
| OKLCH | oklch(0.5771 0.1138 128.48) | color: oklch(0.5771 0.1138 128.48) | |
| Lab | lab(51.94 -25.19 38.09) | color: lab(51.94 -25.19 38.09) | |
| LCH | lch(51.94 45.67 123.48) | color: lch(51.94 45.67 123.48) |
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)
#73744A — rgb(115, 116, 74)
Deuteranopia (Green-blind)
#716F4F — rgb(113, 111, 79)
Tritanopia (Blue-blind)
#67595D — rgb(103, 89, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 42%, 37%);
text
color: hsl(85, 42%, 37%);
border
border: 2px solid hsl(85, 42%, 37%);
gradient light
background: linear-gradient(to right, hsl(85, 42%, 57%), hsl(85, 42%, 37%));
gradient dark
background: linear-gradient(to right, hsl(85, 42%, 37%), hsl(85, 42%, 17%))
hex
background-color: #658637;
tailwind
bg-[hsl(85,42%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 42%, 37%, 0.4);
css variable
--color-primary: hsl(85, 42%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 42%, 37%)?
HEX: #658637 | RGB: rgb(101, 134, 55) | CMYK: 25%, 0%, 59%, 47% | HSV: 85°, 59%, 53%. Copy any format from the conversion table above.
What colors go well with #658637?
The complementary color is HSL(265, 42%, 37%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 42%, 37%) in CSS?
As HSL: color: hsl(85, 42%, 37%); — As HEX: color: #658637; — As RGB: color: rgb(101, 134, 55); — Tailwind CSS: bg-[hsl(85,42%,37%)] — CSS variable: --color-primary: hsl(85, 42%, 37%);