Shades of Army green #575516
Tints of Army green #575516
RGB
CMYK
RGB Variations
Color information
#575516 (or 0x575516) is known color: Army green. HEX triplet: 57, 55 and 16. RGB value is (87,85,22). Sum of RGB (Red+Green+Blue) = 87+85+22=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #575516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575516 is #A8AAE9. Grayscale: #4E4E4E. Windows color (decimal): -11053802 or 1463639. OLE color: 1463639.
HSL color Cylindrical-coordinate representation of color #575516: hue angle of 58.15º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #575516 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 85 | 22 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.66 |
| HSL | 58.15º | 0.6% | 0.21% | - |
| HSV(B) | 58.15º | 0.75% | 0.34% | - |
| XYZ | 7.32 | 8.58 | 2.03 | - |
| YUV | 78.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 22 | 0 | 0.02 | 0.75 | 0.66 | 58.15 | 0.6 | 0.21 |
| Hex | 57 | 55 | 16 | 0 | 2 | 4B | 42 | 3A | 3C | 15 |
| Octal | 127 | 125 | 26 | 0 | 2 | 113 | 102 | 72 | 74 | 25 |
| Binary | 1010111 | 1010101 | 10110 | 0 | 10 | 1001011 | 1000010 | 111010 | 111100 | 10101 |
Color Harmonies of #575516
Complementary color
Monochromatic Colors of #575516
Black with #575516
Text Example
Text Example
White with #575516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575516; }
p { color: rgb(87,85,22); }
H1.HeaderClassName
{
color: #575516;
}
.AnyTagClassName
{
color: #575516;
}
</style>
background-color css
<style>
a { background-color: #575516; }
a { background-color: rgb(87,85,22); }
div.DivClassName
{
background-color: #575516;
}
.BgClassName
{
background-color: #575516;
}
</style>
border-color css
<style>
span { border-color: #575516; }
span { border-color: rgb(87,85,22); }
td.TdClassName
{
border-color: #575516;
}
.TagClassName
{
border-color: #575516;
}
</style>