Shades of Hunter Green #3B6A47
Tints of Hunter Green #3B6A47
RGB
CMYK
RGB Variations
Color information
#3B6A47 (or 0x3B6A47) is known color: Hunter Green. HEX triplet: 3B, 6A and 47. RGB value is (59,106,71). Sum of RGB (Red+Green+Blue) = 59+106+71=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6A47 is #C495B8. Grayscale: #585858. Windows color (decimal): -12883385 or 4680251. OLE color: 4680251.
HSL color Cylindrical-coordinate representation of color #3B6A47: hue angle of 135.32º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B6A47 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 106 | 71 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.58 |
| HSL | 135.32º | 0.28% | 0.32% | - |
| HSV(B) | 135.32º | 0.44% | 0.42% | - |
| XYZ | 8.09 | 11.69 | 7.79 | - |
| YUV | 87.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 71 | 0.44 | 0 | 0.33 | 0.58 | 135.32 | 0.28 | 0.32 |
| Hex | 3B | 6A | 47 | 2C | 0 | 21 | 3A | 87 | 1C | 20 |
| Octal | 73 | 152 | 107 | 54 | 0 | 41 | 72 | 207 | 34 | 40 |
| Binary | 111011 | 1101010 | 1000111 | 101100 | 0 | 100001 | 111010 | 10000111 | 11100 | 100000 |
Color Harmonies of #3B6A47
Complementary color
Monochromatic Colors of #3B6A47
Black with #3B6A47
Text Example
Text Example
White with #3B6A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6A47; }
p { color: rgb(59,106,71); }
H1.HeaderClassName
{
color: #3B6A47;
}
.AnyTagClassName
{
color: #3B6A47;
}
</style>
background-color css
<style>
a { background-color: #3B6A47; }
a { background-color: rgb(59,106,71); }
div.DivClassName
{
background-color: #3B6A47;
}
.BgClassName
{
background-color: #3B6A47;
}
</style>
border-color css
<style>
span { border-color: #3B6A47; }
span { border-color: rgb(59,106,71); }
td.TdClassName
{
border-color: #3B6A47;
}
.TagClassName
{
border-color: #3B6A47;
}
</style>