Shades of Hunter Green #3A573A
Tints of Hunter Green #3A573A
RGB
CMYK
RGB Variations
Color information
#3A573A (or 0x3A573A) is known color: Hunter Green. HEX triplet: 3A, 57 and 3A. RGB value is (58,87,58). Sum of RGB (Red+Green+Blue) = 58+87+58=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #3A573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A573A is #C5A8C5. Grayscale: #4B4B4B. Windows color (decimal): -12953798 or 3823418. OLE color: 3823418.
HSL color Cylindrical-coordinate representation of color #3A573A: hue angle of 120º 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 #3A573A is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 87 | 58 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.66 |
| HSL | 120º | 0.2% | 0.28% | - |
| HSV(B) | 120º | 0.33% | 0.34% | - |
| XYZ | 5.92 | 8.02 | 5.24 | - |
| YUV | 75.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 58 | 0.33 | 0 | 0.33 | 0.66 | 120 | 0.2 | 0.28 |
| Hex | 3A | 57 | 3A | 21 | 0 | 21 | 42 | 78 | 14 | 1C |
| Octal | 72 | 127 | 72 | 41 | 0 | 41 | 102 | 170 | 24 | 34 |
| Binary | 111010 | 1010111 | 111010 | 100001 | 0 | 100001 | 1000010 | 1111000 | 10100 | 11100 |
Color Harmonies of #3A573A
Complementary color
Monochromatic Colors of #3A573A
Black with #3A573A
Text Example
Text Example
White with #3A573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A573A; }
p { color: rgb(58,87,58); }
H1.HeaderClassName
{
color: #3A573A;
}
.AnyTagClassName
{
color: #3A573A;
}
</style>
background-color css
<style>
a { background-color: #3A573A; }
a { background-color: rgb(58,87,58); }
div.DivClassName
{
background-color: #3A573A;
}
.BgClassName
{
background-color: #3A573A;
}
</style>
border-color css
<style>
span { border-color: #3A573A; }
span { border-color: rgb(58,87,58); }
td.TdClassName
{
border-color: #3A573A;
}
.TagClassName
{
border-color: #3A573A;
}
</style>