Shades of Army green #575811
Tints of Army green #575811
RGB
CMYK
RGB Variations
Color information
#575811 (or 0x575811) is known color: Army green. HEX triplet: 57, 58 and 11. RGB value is (87,88,17). Sum of RGB (Red+Green+Blue) = 87+88+17=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #575811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575811 is #A8A7EE. Grayscale: #4F4F4F. Windows color (decimal): -11053039 or 1136727. OLE color: 1136727.
HSL color Cylindrical-coordinate representation of color #575811: hue angle of 60.85º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #575811 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 88 | 17 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.65 |
| HSL | 60.85º | 0.68% | 0.21% | - |
| HSV(B) | 60.85º | 0.81% | 0.35% | - |
| XYZ | 7.52 | 9.05 | 1.88 | - |
| YUV | 79.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 88 | 17 | 0.01 | 0 | 0.81 | 0.65 | 60.85 | 0.68 | 0.21 |
| Hex | 57 | 58 | 11 | 1 | 0 | 51 | 41 | 3D | 44 | 15 |
| Octal | 127 | 130 | 21 | 1 | 0 | 121 | 101 | 75 | 104 | 25 |
| Binary | 1010111 | 1011000 | 10001 | 1 | 0 | 1010001 | 1000001 | 111101 | 1000100 | 10101 |
Color Harmonies of #575811
Complementary color
Monochromatic Colors of #575811
Black with #575811
Text Example
Text Example
White with #575811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575811; }
p { color: rgb(87,88,17); }
H1.HeaderClassName
{
color: #575811;
}
.AnyTagClassName
{
color: #575811;
}
</style>
background-color css
<style>
a { background-color: #575811; }
a { background-color: rgb(87,88,17); }
div.DivClassName
{
background-color: #575811;
}
.BgClassName
{
background-color: #575811;
}
</style>
border-color css
<style>
span { border-color: #575811; }
span { border-color: rgb(87,88,17); }
td.TdClassName
{
border-color: #575811;
}
.TagClassName
{
border-color: #575811;
}
</style>