Shades of Hunter Green #3B6949
Tints of Hunter Green #3B6949
RGB
CMYK
RGB Variations
Color information
#3B6949 (or 0x3B6949) is known color: Hunter Green. HEX triplet: 3B, 69 and 49. RGB value is (59,105,73). Sum of RGB (Red+Green+Blue) = 59+105+73=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #3B6949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6949 is #C496B6. Grayscale: #575757. Windows color (decimal): -12883639 or 4811067. OLE color: 4811067.
HSL color Cylindrical-coordinate representation of color #3B6949: hue angle of 138.26º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B6949 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 105 | 73 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.59 |
| HSL | 138.26º | 0.28% | 0.32% | - |
| HSV(B) | 138.26º | 0.44% | 0.41% | - |
| XYZ | 8.06 | 11.51 | 8.1 | - |
| YUV | 87.6 | 119.76 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 105 | 73 | 0.44 | 0 | 0.30 | 0.59 | 138.26 | 0.28 | 0.32 |
| Hex | 3B | 69 | 49 | 2C | 0 | 1E | 3B | 8A | 1C | 20 |
| Octal | 73 | 151 | 111 | 54 | 0 | 36 | 73 | 212 | 34 | 40 |
| Binary | 111011 | 1101001 | 1001001 | 101100 | 0 | 11110 | 111011 | 10001010 | 11100 | 100000 |
Color Harmonies of #3B6949
Complementary color
Monochromatic Colors of #3B6949
Black with #3B6949
Text Example
Text Example
White with #3B6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6949; }
p { color: rgb(59,105,73); }
H1.HeaderClassName
{
color: #3B6949;
}
.AnyTagClassName
{
color: #3B6949;
}
</style>
background-color css
<style>
a { background-color: #3B6949; }
a { background-color: rgb(59,105,73); }
div.DivClassName
{
background-color: #3B6949;
}
.BgClassName
{
background-color: #3B6949;
}
</style>
border-color css
<style>
span { border-color: #3B6949; }
span { border-color: rgb(59,105,73); }
td.TdClassName
{
border-color: #3B6949;
}
.TagClassName
{
border-color: #3B6949;
}
</style>