Shades of Army green #575712
Tints of Army green #575712
RGB
CMYK
RGB Variations
Color information
#575712 (or 0x575712) is known color: Army green. HEX triplet: 57, 57 and 12. RGB value is (87,87,18). Sum of RGB (Red+Green+Blue) = 87+87+18=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575712 is #A8A8ED. Grayscale: #4F4F4F. Windows color (decimal): -11053294 or 1202007. OLE color: 1202007.
HSL color Cylindrical-coordinate representation of color #575712: hue angle of 60º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #575712 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 87 | 18 | - |
| CMYK | 0 | 0 | 0.79 | 0.66 |
| HSL | 60º | 0.66% | 0.21% | - |
| HSV(B) | 60º | 0.79% | 0.34% | - |
| XYZ | 7.45 | 8.89 | 1.89 | - |
| YUV | 79.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 18 | 0 | 0 | 0.79 | 0.66 | 60 | 0.66 | 0.21 |
| Hex | 57 | 57 | 12 | 0 | 0 | 4F | 42 | 3C | 42 | 15 |
| Octal | 127 | 127 | 22 | 0 | 0 | 117 | 102 | 74 | 102 | 25 |
| Binary | 1010111 | 1010111 | 10010 | 0 | 0 | 1001111 | 1000010 | 111100 | 1000010 | 10101 |
Color Harmonies of #575712
Complementary color
Monochromatic Colors of #575712
Black with #575712
Text Example
Text Example
White with #575712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575712; }
p { color: rgb(87,87,18); }
H1.HeaderClassName
{
color: #575712;
}
.AnyTagClassName
{
color: #575712;
}
</style>
background-color css
<style>
a { background-color: #575712; }
a { background-color: rgb(87,87,18); }
div.DivClassName
{
background-color: #575712;
}
.BgClassName
{
background-color: #575712;
}
</style>
border-color css
<style>
span { border-color: #575712; }
span { border-color: rgb(87,87,18); }
td.TdClassName
{
border-color: #575712;
}
.TagClassName
{
border-color: #575712;
}
</style>