Shades of Hunter Green #3C503E
Tints of Hunter Green #3C503E
RGB
CMYK
RGB Variations
Color information
#3C503E (or 0x3C503E) is known color: Hunter Green. HEX triplet: 3C, 50 and 3E. RGB value is (60,80,62). Sum of RGB (Red+Green+Blue) = 60+80+62=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #3C503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C503E is #C3AFC1. Grayscale: #484848. Windows color (decimal): -12824514 or 4083772. OLE color: 4083772.
HSL color Cylindrical-coordinate representation of color #3C503E: hue angle of 126º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C503E is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 80 | 62 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.69 |
| HSL | 126º | 0.14% | 0.27% | - |
| HSV(B) | 126º | 0.25% | 0.31% | - |
| XYZ | 5.6 | 7.05 | 5.62 | - |
| YUV | 71.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 62 | 0.25 | 0 | 0.22 | 0.69 | 126 | 0.14 | 0.27 |
| Hex | 3C | 50 | 3E | 19 | 0 | 16 | 45 | 7E | E | 1B |
| Octal | 74 | 120 | 76 | 31 | 0 | 26 | 105 | 176 | 16 | 33 |
| Binary | 111100 | 1010000 | 111110 | 11001 | 0 | 10110 | 1000101 | 1111110 | 1110 | 11011 |
Color Harmonies of #3C503E
Complementary color
Monochromatic Colors of #3C503E
Black with #3C503E
Text Example
Text Example
White with #3C503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C503E; }
p { color: rgb(60,80,62); }
H1.HeaderClassName
{
color: #3C503E;
}
.AnyTagClassName
{
color: #3C503E;
}
</style>
background-color css
<style>
a { background-color: #3C503E; }
a { background-color: rgb(60,80,62); }
div.DivClassName
{
background-color: #3C503E;
}
.BgClassName
{
background-color: #3C503E;
}
</style>
border-color css
<style>
span { border-color: #3C503E; }
span { border-color: rgb(60,80,62); }
td.TdClassName
{
border-color: #3C503E;
}
.TagClassName
{
border-color: #3C503E;
}
</style>