Shades of Army green #585917
Tints of Army green #585917
RGB
CMYK
RGB Variations
Color information
#585917 (or 0x585917) is known color: Army green. HEX triplet: 58, 59 and 17. RGB value is (88,89,23). Sum of RGB (Red+Green+Blue) = 88+89+23=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #585917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585917 is #A7A6E8. Grayscale: #515151. Windows color (decimal): -10987241 or 1530200. OLE color: 1530200.
HSL color Cylindrical-coordinate representation of color #585917: hue angle of 60.91º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #585917 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 23 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.65 |
| HSL | 60.91º | 0.59% | 0.22% | - |
| HSV(B) | 60.91º | 0.74% | 0.35% | - |
| XYZ | 7.75 | 9.28 | 2.19 | - |
| YUV | 81.18 | 95.17 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 23 | 0.01 | 0 | 0.74 | 0.65 | 60.91 | 0.59 | 0.22 |
| Hex | 58 | 59 | 17 | 1 | 0 | 4A | 41 | 3D | 3B | 16 |
| Octal | 130 | 131 | 27 | 1 | 0 | 112 | 101 | 75 | 73 | 26 |
| Binary | 1011000 | 1011001 | 10111 | 1 | 0 | 1001010 | 1000001 | 111101 | 111011 | 10110 |
Color Harmonies of #585917
Complementary color
Monochromatic Colors of #585917
Black with #585917
Text Example
Text Example
White with #585917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585917; }
p { color: rgb(88,89,23); }
H1.HeaderClassName
{
color: #585917;
}
.AnyTagClassName
{
color: #585917;
}
</style>
background-color css
<style>
a { background-color: #585917; }
a { background-color: rgb(88,89,23); }
div.DivClassName
{
background-color: #585917;
}
.BgClassName
{
background-color: #585917;
}
</style>
border-color css
<style>
span { border-color: #585917; }
span { border-color: rgb(88,89,23); }
td.TdClassName
{
border-color: #585917;
}
.TagClassName
{
border-color: #585917;
}
</style>