Shades of Army green #575615
Tints of Army green #575615
RGB
CMYK
RGB Variations
Color information
#575615 (or 0x575615) is known color: Army green. HEX triplet: 57, 56 and 15. RGB value is (87,86,21). Sum of RGB (Red+Green+Blue) = 87+86+21=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #575615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575615 is #A8A9EA. Grayscale: #4F4F4F. Windows color (decimal): -11053547 or 1398359. OLE color: 1398359.
HSL color Cylindrical-coordinate representation of color #575615: hue angle of 59.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #575615 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 21 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.66 |
| HSL | 59.09º | 0.61% | 0.21% | - |
| HSV(B) | 59.09º | 0.76% | 0.34% | - |
| XYZ | 7.39 | 8.74 | 2.01 | - |
| YUV | 78.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 21 | 0 | 0.01 | 0.76 | 0.66 | 59.09 | 0.61 | 0.21 |
| Hex | 57 | 56 | 15 | 0 | 1 | 4C | 42 | 3B | 3D | 15 |
| Octal | 127 | 126 | 25 | 0 | 1 | 114 | 102 | 73 | 75 | 25 |
| Binary | 1010111 | 1010110 | 10101 | 0 | 1 | 1001100 | 1000010 | 111011 | 111101 | 10101 |
Color Harmonies of #575615
Complementary color
Monochromatic Colors of #575615
Black with #575615
Text Example
Text Example
White with #575615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575615; }
p { color: rgb(87,86,21); }
H1.HeaderClassName
{
color: #575615;
}
.AnyTagClassName
{
color: #575615;
}
</style>
background-color css
<style>
a { background-color: #575615; }
a { background-color: rgb(87,86,21); }
div.DivClassName
{
background-color: #575615;
}
.BgClassName
{
background-color: #575615;
}
</style>
border-color css
<style>
span { border-color: #575615; }
span { border-color: rgb(87,86,21); }
td.TdClassName
{
border-color: #575615;
}
.TagClassName
{
border-color: #575615;
}
</style>