Shades of Army green #575610
Tints of Army green #575610
RGB
CMYK
RGB Variations
Color information
#575610 (or 0x575610) is known color: Army green. HEX triplet: 57, 56 and 10. RGB value is (87,86,16). Sum of RGB (Red+Green+Blue) = 87+86+16=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #575610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575610 is #A8A9EF. Grayscale: #4E4E4E. Windows color (decimal): -11053552 or 1070679. OLE color: 1070679.
HSL color Cylindrical-coordinate representation of color #575610: hue angle of 59.15º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #575610 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 16 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.66 |
| HSL | 59.15º | 0.69% | 0.2% | - |
| HSV(B) | 59.15º | 0.82% | 0.34% | - |
| XYZ | 7.35 | 8.72 | 1.79 | - |
| YUV | 78.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 16 | 0 | 0.01 | 0.82 | 0.66 | 59.15 | 0.69 | 0.2 |
| Hex | 57 | 56 | 10 | 0 | 1 | 52 | 42 | 3B | 45 | 14 |
| Octal | 127 | 126 | 20 | 0 | 1 | 122 | 102 | 73 | 105 | 24 |
| Binary | 1010111 | 1010110 | 10000 | 0 | 1 | 1010010 | 1000010 | 111011 | 1000101 | 10100 |
Color Harmonies of #575610
Complementary color
Monochromatic Colors of #575610
Black with #575610
Text Example
Text Example
White with #575610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575610; }
p { color: rgb(87,86,16); }
H1.HeaderClassName
{
color: #575610;
}
.AnyTagClassName
{
color: #575610;
}
</style>
background-color css
<style>
a { background-color: #575610; }
a { background-color: rgb(87,86,16); }
div.DivClassName
{
background-color: #575610;
}
.BgClassName
{
background-color: #575610;
}
</style>
border-color css
<style>
span { border-color: #575610; }
span { border-color: rgb(87,86,16); }
td.TdClassName
{
border-color: #575610;
}
.TagClassName
{
border-color: #575610;
}
</style>