HSL(83, 99%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,99%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 99%, 20%) | color: hsl(83, 99%, 20%) | |
| HEX | #3F6501 | color: #3F6501 | |
| RGB | rgb(63, 101, 1) | color: rgb(63, 101, 1) | |
| CMYK | cmyk(38%, 0%, 99%, 60%) | — | |
| HSV | hsv(83, 99%, 40%) | — | |
| HWB | hwb(83 0% 60%) | color: hwb(83 0% 60%) | |
| OKLCH | oklch(0.4603 0.1245 130.58) | color: oklch(0.4603 0.1245 130.58) | |
| Lab | lab(38.49 -28.24 44.2) | color: lab(38.49 -28.24 44.2) | |
| LCH | lch(38.49 52.45 122.58) | color: lch(38.49 52.45 122.58) |
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)
#4F5019 — rgb(79, 80, 25)
Deuteranopia (Green-blind)
#4D4A1F — rgb(77, 74, 31)
Tritanopia (Blue-blind)
#412C31 — rgb(65, 44, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 99%, 20%);
text
color: hsl(83, 99%, 20%);
border
border: 2px solid hsl(83, 99%, 20%);
gradient light
background: linear-gradient(to right, hsl(83, 99%, 40%), hsl(83, 99%, 20%));
gradient dark
background: linear-gradient(to right, hsl(83, 99%, 20%), hsl(83, 99%, 0%))
hex
background-color: #3F6501;
tailwind
bg-[hsl(83,99%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 99%, 20%, 0.4);
css variable
--color-primary: hsl(83, 99%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 99%, 20%)?
HEX: #3F6501 | RGB: rgb(63, 101, 1) | CMYK: 38%, 0%, 99%, 60% | HSV: 83°, 99%, 40%. Copy any format from the conversion table above.
What colors go well with #3F6501?
The complementary color is HSL(263, 99%, 20%). 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, 99%, 20%) in CSS?
As HSL: color: hsl(83, 99%, 20%); — As HEX: color: #3F6501; — As RGB: color: rgb(63, 101, 1); — Tailwind CSS: bg-[hsl(83,99%,20%)] — CSS variable: --color-primary: hsl(83, 99%, 20%);