Shades of Army green #575916
Tints of Army green #575916
RGB
CMYK
RGB Variations
Color information
#575916 (or 0x575916) is known color: Army green. HEX triplet: 57, 59 and 16. RGB value is (87,89,22). Sum of RGB (Red+Green+Blue) = 87+89+22=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #575916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575916 is #A8A6E9. Grayscale: #515151. Windows color (decimal): -11052778 or 1464663. OLE color: 1464663.
HSL color Cylindrical-coordinate representation of color #575916: hue angle of 61.79º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #575916 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 89 | 22 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.65 |
| HSL | 61.79º | 0.6% | 0.22% | - |
| HSV(B) | 61.79º | 0.75% | 0.35% | - |
| XYZ | 7.65 | 9.23 | 2.14 | - |
| YUV | 80.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 22 | 0.02 | 0 | 0.75 | 0.65 | 61.79 | 0.6 | 0.22 |
| Hex | 57 | 59 | 16 | 2 | 0 | 4B | 41 | 3E | 3C | 16 |
| Octal | 127 | 131 | 26 | 2 | 0 | 113 | 101 | 76 | 74 | 26 |
| Binary | 1010111 | 1011001 | 10110 | 10 | 0 | 1001011 | 1000001 | 111110 | 111100 | 10110 |
Color Harmonies of #575916
Complementary color
Monochromatic Colors of #575916
Black with #575916
Text Example
Text Example
White with #575916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575916; }
p { color: rgb(87,89,22); }
H1.HeaderClassName
{
color: #575916;
}
.AnyTagClassName
{
color: #575916;
}
</style>
background-color css
<style>
a { background-color: #575916; }
a { background-color: rgb(87,89,22); }
div.DivClassName
{
background-color: #575916;
}
.BgClassName
{
background-color: #575916;
}
</style>
border-color css
<style>
span { border-color: #575916; }
span { border-color: rgb(87,89,22); }
td.TdClassName
{
border-color: #575916;
}
.TagClassName
{
border-color: #575916;
}
</style>