Shades of Hunter Green #3A573C
Tints of Hunter Green #3A573C
RGB
CMYK
RGB Variations
Color information
#3A573C (or 0x3A573C) is known color: Hunter Green. HEX triplet: 3A, 57 and 3C. RGB value is (58,87,60). Sum of RGB (Red+Green+Blue) = 58+87+60=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #3A573C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A573C is #C5A8C3. Grayscale: #4B4B4B. Windows color (decimal): -12953796 or 3954490. OLE color: 3954490.
HSL color Cylindrical-coordinate representation of color #3A573C: hue angle of 124.14º 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 #3A573C is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 87 | 60 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.66 |
| HSL | 124.14º | 0.2% | 0.28% | - |
| HSV(B) | 124.14º | 0.33% | 0.34% | - |
| XYZ | 5.97 | 8.04 | 5.51 | - |
| YUV | 75.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 60 | 0.33 | 0 | 0.31 | 0.66 | 124.14 | 0.2 | 0.28 |
| Hex | 3A | 57 | 3C | 21 | 0 | 1F | 42 | 7C | 14 | 1C |
| Octal | 72 | 127 | 74 | 41 | 0 | 37 | 102 | 174 | 24 | 34 |
| Binary | 111010 | 1010111 | 111100 | 100001 | 0 | 11111 | 1000010 | 1111100 | 10100 | 11100 |
Color Harmonies of #3A573C
Complementary color
Monochromatic Colors of #3A573C
Black with #3A573C
Text Example
Text Example
White with #3A573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A573C; }
p { color: rgb(58,87,60); }
H1.HeaderClassName
{
color: #3A573C;
}
.AnyTagClassName
{
color: #3A573C;
}
</style>
background-color css
<style>
a { background-color: #3A573C; }
a { background-color: rgb(58,87,60); }
div.DivClassName
{
background-color: #3A573C;
}
.BgClassName
{
background-color: #3A573C;
}
</style>
border-color css
<style>
span { border-color: #3A573C; }
span { border-color: rgb(58,87,60); }
td.TdClassName
{
border-color: #3A573C;
}
.TagClassName
{
border-color: #3A573C;
}
</style>