Shades of Army green #585719
Tints of Army green #585719
RGB
CMYK
RGB Variations
Color information
#585719 (or 0x585719) is known color: Army green. HEX triplet: 58, 57 and 19. RGB value is (88,87,25). Sum of RGB (Red+Green+Blue) = 88+87+25=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #585719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585719 is #A7A8E6. Grayscale: #505050. Windows color (decimal): -10987751 or 1660760. OLE color: 1660760.
HSL color Cylindrical-coordinate representation of color #585719: hue angle of 59.05º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #585719 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 87 | 25 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.65 |
| HSL | 59.05º | 0.56% | 0.22% | - |
| HSV(B) | 59.05º | 0.72% | 0.35% | - |
| XYZ | 7.61 | 8.96 | 2.25 | - |
| YUV | 80.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 25 | 0 | 0.01 | 0.72 | 0.65 | 59.05 | 0.56 | 0.22 |
| Hex | 58 | 57 | 19 | 0 | 1 | 48 | 41 | 3B | 38 | 16 |
| Octal | 130 | 127 | 31 | 0 | 1 | 110 | 101 | 73 | 70 | 26 |
| Binary | 1011000 | 1010111 | 11001 | 0 | 1 | 1001000 | 1000001 | 111011 | 111000 | 10110 |
Color Harmonies of #585719
Complementary color
Monochromatic Colors of #585719
Black with #585719
Text Example
Text Example
White with #585719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585719; }
p { color: rgb(88,87,25); }
H1.HeaderClassName
{
color: #585719;
}
.AnyTagClassName
{
color: #585719;
}
</style>
background-color css
<style>
a { background-color: #585719; }
a { background-color: rgb(88,87,25); }
div.DivClassName
{
background-color: #585719;
}
.BgClassName
{
background-color: #585719;
}
</style>
border-color css
<style>
span { border-color: #585719; }
span { border-color: rgb(88,87,25); }
td.TdClassName
{
border-color: #585719;
}
.TagClassName
{
border-color: #585719;
}
</style>