Shades of Hunter Green #3B5640
Tints of Hunter Green #3B5640
RGB
CMYK
RGB Variations
Color information
#3B5640 (or 0x3B5640) is known color: Hunter Green. HEX triplet: 3B, 56 and 40. RGB value is (59,86,64). Sum of RGB (Red+Green+Blue) = 59+86+64=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #3B5640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5640 is #C4A9BF. Grayscale: #4B4B4B. Windows color (decimal): -12888512 or 4216379. OLE color: 4216379.
HSL color Cylindrical-coordinate representation of color #3B5640: hue angle of 131.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B5640 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 86 | 64 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.66 |
| HSL | 131.11º | 0.19% | 0.28% | - |
| HSV(B) | 131.11º | 0.31% | 0.34% | - |
| XYZ | 6.06 | 7.96 | 6.07 | - |
| YUV | 75.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 64 | 0.31 | 0 | 0.26 | 0.66 | 131.11 | 0.19 | 0.28 |
| Hex | 3B | 56 | 40 | 1F | 0 | 1A | 42 | 83 | 13 | 1C |
| Octal | 73 | 126 | 100 | 37 | 0 | 32 | 102 | 203 | 23 | 34 |
| Binary | 111011 | 1010110 | 1000000 | 11111 | 0 | 11010 | 1000010 | 10000011 | 10011 | 11100 |
Color Harmonies of #3B5640
Complementary color
Monochromatic Colors of #3B5640
Black with #3B5640
Text Example
Text Example
White with #3B5640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5640; }
p { color: rgb(59,86,64); }
H1.HeaderClassName
{
color: #3B5640;
}
.AnyTagClassName
{
color: #3B5640;
}
</style>
background-color css
<style>
a { background-color: #3B5640; }
a { background-color: rgb(59,86,64); }
div.DivClassName
{
background-color: #3B5640;
}
.BgClassName
{
background-color: #3B5640;
}
</style>
border-color css
<style>
span { border-color: #3B5640; }
span { border-color: rgb(59,86,64); }
td.TdClassName
{
border-color: #3B5640;
}
.TagClassName
{
border-color: #3B5640;
}
</style>