Shades of Hunter Green #3A563B
Tints of Hunter Green #3A563B
RGB
CMYK
RGB Variations
Color information
#3A563B (or 0x3A563B) is known color: Hunter Green. HEX triplet: 3A, 56 and 3B. RGB value is (58,86,59). Sum of RGB (Red+Green+Blue) = 58+86+59=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #3A563B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A563B is #C5A9C4. Grayscale: #4A4A4A. Windows color (decimal): -12954053 or 3888698. OLE color: 3888698.
HSL color Cylindrical-coordinate representation of color #3A563B: hue angle of 122.14º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A563B is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 86 | 59 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.66 |
| HSL | 122.14º | 0.19% | 0.28% | - |
| HSV(B) | 122.14º | 0.33% | 0.34% | - |
| XYZ | 5.86 | 7.87 | 5.35 | - |
| YUV | 74.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 59 | 0.33 | 0 | 0.31 | 0.66 | 122.14 | 0.19 | 0.28 |
| Hex | 3A | 56 | 3B | 21 | 0 | 1F | 42 | 7A | 13 | 1C |
| Octal | 72 | 126 | 73 | 41 | 0 | 37 | 102 | 172 | 23 | 34 |
| Binary | 111010 | 1010110 | 111011 | 100001 | 0 | 11111 | 1000010 | 1111010 | 10011 | 11100 |
Color Harmonies of #3A563B
Complementary color
Monochromatic Colors of #3A563B
Black with #3A563B
Text Example
Text Example
White with #3A563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A563B; }
p { color: rgb(58,86,59); }
H1.HeaderClassName
{
color: #3A563B;
}
.AnyTagClassName
{
color: #3A563B;
}
</style>
background-color css
<style>
a { background-color: #3A563B; }
a { background-color: rgb(58,86,59); }
div.DivClassName
{
background-color: #3A563B;
}
.BgClassName
{
background-color: #3A563B;
}
</style>
border-color css
<style>
span { border-color: #3A563B; }
span { border-color: rgb(58,86,59); }
td.TdClassName
{
border-color: #3A563B;
}
.TagClassName
{
border-color: #3A563B;
}
</style>