Shades of Hunter Green #3B603E
Tints of Hunter Green #3B603E
RGB
CMYK
RGB Variations
Color information
#3B603E (or 0x3B603E) is known color: Hunter Green. HEX triplet: 3B, 60 and 3E. RGB value is (59,96,62). Sum of RGB (Red+Green+Blue) = 59+96+62=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #3B603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B603E is #C49FC1. Grayscale: #515151. Windows color (decimal): -12885954 or 4087867. OLE color: 4087867.
HSL color Cylindrical-coordinate representation of color #3B603E: hue angle of 124.86º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B603E is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 96 | 62 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.62 |
| HSL | 124.86º | 0.24% | 0.3% | - |
| HSV(B) | 124.86º | 0.39% | 0.38% | - |
| XYZ | 6.86 | 9.64 | 6.06 | - |
| YUV | 81.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 62 | 0.39 | 0 | 0.35 | 0.62 | 124.86 | 0.24 | 0.3 |
| Hex | 3B | 60 | 3E | 27 | 0 | 23 | 3E | 7D | 18 | 1E |
| Octal | 73 | 140 | 76 | 47 | 0 | 43 | 76 | 175 | 30 | 36 |
| Binary | 111011 | 1100000 | 111110 | 100111 | 0 | 100011 | 111110 | 1111101 | 11000 | 11110 |
Color Harmonies of #3B603E
Complementary color
Monochromatic Colors of #3B603E
Black with #3B603E
Text Example
Text Example
White with #3B603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B603E; }
p { color: rgb(59,96,62); }
H1.HeaderClassName
{
color: #3B603E;
}
.AnyTagClassName
{
color: #3B603E;
}
</style>
background-color css
<style>
a { background-color: #3B603E; }
a { background-color: rgb(59,96,62); }
div.DivClassName
{
background-color: #3B603E;
}
.BgClassName
{
background-color: #3B603E;
}
</style>
border-color css
<style>
span { border-color: #3B603E; }
span { border-color: rgb(59,96,62); }
td.TdClassName
{
border-color: #3B603E;
}
.TagClassName
{
border-color: #3B603E;
}
</style>