Shades of Hunter Green #3B6045
Tints of Hunter Green #3B6045
RGB
CMYK
RGB Variations
Color information
#3B6045 (or 0x3B6045) is known color: Hunter Green. HEX triplet: 3B, 60 and 45. RGB value is (59,96,69). Sum of RGB (Red+Green+Blue) = 59+96+69=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6045 is #C49FBA. Grayscale: #515151. Windows color (decimal): -12885947 or 4546619. OLE color: 4546619.
HSL color Cylindrical-coordinate representation of color #3B6045: hue angle of 136.22º 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 #3B6045 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 96 | 69 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.62 |
| HSL | 136.22º | 0.24% | 0.3% | - |
| HSV(B) | 136.22º | 0.39% | 0.38% | - |
| XYZ | 7.06 | 9.73 | 7.14 | - |
| YUV | 81.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 69 | 0.39 | 0 | 0.28 | 0.62 | 136.22 | 0.24 | 0.3 |
| Hex | 3B | 60 | 45 | 27 | 0 | 1C | 3E | 88 | 18 | 1E |
| Octal | 73 | 140 | 105 | 47 | 0 | 34 | 76 | 210 | 30 | 36 |
| Binary | 111011 | 1100000 | 1000101 | 100111 | 0 | 11100 | 111110 | 10001000 | 11000 | 11110 |
Color Harmonies of #3B6045
Complementary color
Monochromatic Colors of #3B6045
Black with #3B6045
Text Example
Text Example
White with #3B6045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6045; }
p { color: rgb(59,96,69); }
H1.HeaderClassName
{
color: #3B6045;
}
.AnyTagClassName
{
color: #3B6045;
}
</style>
background-color css
<style>
a { background-color: #3B6045; }
a { background-color: rgb(59,96,69); }
div.DivClassName
{
background-color: #3B6045;
}
.BgClassName
{
background-color: #3B6045;
}
</style>
border-color css
<style>
span { border-color: #3B6045; }
span { border-color: rgb(59,96,69); }
td.TdClassName
{
border-color: #3B6045;
}
.TagClassName
{
border-color: #3B6045;
}
</style>