Shades of Hunter Green #3A573E
Tints of Hunter Green #3A573E
RGB
CMYK
RGB Variations
Color information
#3A573E (or 0x3A573E) is known color: Hunter Green. HEX triplet: 3A, 57 and 3E. RGB value is (58,87,62). Sum of RGB (Red+Green+Blue) = 58+87+62=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 87 - color contains mainly: green. Hex color #3A573E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A573E is #C5A8C1. Grayscale: #4B4B4B. Windows color (decimal): -12953794 or 4085562. OLE color: 4085562.
HSL color Cylindrical-coordinate representation of color #3A573E: hue angle of 128.28º degrees, saturation: 0.2, 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 #3A573E is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 87 | 62 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.66 |
| HSL | 128.28º | 0.2% | 0.28% | - |
| HSV(B) | 128.28º | 0.33% | 0.34% | - |
| XYZ | 6.02 | 8.06 | 5.8 | - |
| YUV | 75.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 62 | 0.33 | 0 | 0.29 | 0.66 | 128.28 | 0.2 | 0.28 |
| Hex | 3A | 57 | 3E | 21 | 0 | 1D | 42 | 80 | 14 | 1C |
| Octal | 72 | 127 | 76 | 41 | 0 | 35 | 102 | 200 | 24 | 34 |
| Binary | 111010 | 1010111 | 111110 | 100001 | 0 | 11101 | 1000010 | 10000000 | 10100 | 11100 |
Color Harmonies of #3A573E
Complementary color
Monochromatic Colors of #3A573E
Black with #3A573E
Text Example
Text Example
White with #3A573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A573E; }
p { color: rgb(58,87,62); }
H1.HeaderClassName
{
color: #3A573E;
}
.AnyTagClassName
{
color: #3A573E;
}
</style>
background-color css
<style>
a { background-color: #3A573E; }
a { background-color: rgb(58,87,62); }
div.DivClassName
{
background-color: #3A573E;
}
.BgClassName
{
background-color: #3A573E;
}
</style>
border-color css
<style>
span { border-color: #3A573E; }
span { border-color: rgb(58,87,62); }
td.TdClassName
{
border-color: #3A573E;
}
.TagClassName
{
border-color: #3A573E;
}
</style>