Shades of Army green #585717
Tints of Army green #585717
RGB
CMYK
RGB Variations
Color information
#585717 (or 0x585717) is known color: Army green. HEX triplet: 58, 57 and 17. RGB value is (88,87,23). Sum of RGB (Red+Green+Blue) = 88+87+23=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #585717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585717 is #A7A8E8. Grayscale: #505050. Windows color (decimal): -10987753 or 1529688. OLE color: 1529688.
HSL color Cylindrical-coordinate representation of color #585717: hue angle of 59.08º 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 #585717 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 87 | 23 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.65 |
| HSL | 59.08º | 0.59% | 0.22% | - |
| HSV(B) | 59.08º | 0.74% | 0.35% | - |
| XYZ | 7.59 | 8.95 | 2.14 | - |
| YUV | 80 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 23 | 0 | 0.01 | 0.74 | 0.65 | 59.08 | 0.59 | 0.22 |
| Hex | 58 | 57 | 17 | 0 | 1 | 4A | 41 | 3B | 3B | 16 |
| Octal | 130 | 127 | 27 | 0 | 1 | 112 | 101 | 73 | 73 | 26 |
| Binary | 1011000 | 1010111 | 10111 | 0 | 1 | 1001010 | 1000001 | 111011 | 111011 | 10110 |
Color Harmonies of #585717
Complementary color
Monochromatic Colors of #585717
Black with #585717
Text Example
Text Example
White with #585717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585717; }
p { color: rgb(88,87,23); }
H1.HeaderClassName
{
color: #585717;
}
.AnyTagClassName
{
color: #585717;
}
</style>
background-color css
<style>
a { background-color: #585717; }
a { background-color: rgb(88,87,23); }
div.DivClassName
{
background-color: #585717;
}
.BgClassName
{
background-color: #585717;
}
</style>
border-color css
<style>
span { border-color: #585717; }
span { border-color: rgb(88,87,23); }
td.TdClassName
{
border-color: #585717;
}
.TagClassName
{
border-color: #585717;
}
</style>