Shades of Army green #585817
Tints of Army green #585817
RGB
CMYK
RGB Variations
Color information
#585817 (or 0x585817) is known color: Army green. HEX triplet: 58, 58 and 17. RGB value is (88,88,23). Sum of RGB (Red+Green+Blue) = 88+88+23=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585817 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585817 is #A7A7E8. Grayscale: #505050. Windows color (decimal): -10987497 or 1529944. OLE color: 1529944.
HSL color Cylindrical-coordinate representation of color #585817: hue angle of 60º 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 #585817 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 23 | - |
| CMYK | 0 | 0 | 0.74 | 0.65 |
| HSL | 60º | 0.59% | 0.22% | - |
| HSV(B) | 60º | 0.74% | 0.35% | - |
| XYZ | 7.67 | 9.12 | 2.17 | - |
| YUV | 80.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 23 | 0 | 0 | 0.74 | 0.65 | 60 | 0.59 | 0.22 |
| Hex | 58 | 58 | 17 | 0 | 0 | 4A | 41 | 3C | 3B | 16 |
| Octal | 130 | 130 | 27 | 0 | 0 | 112 | 101 | 74 | 73 | 26 |
| Binary | 1011000 | 1011000 | 10111 | 0 | 0 | 1001010 | 1000001 | 111100 | 111011 | 10110 |
Color Harmonies of #585817
Complementary color
Monochromatic Colors of #585817
Black with #585817
Text Example
Text Example
White with #585817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585817; }
p { color: rgb(88,88,23); }
H1.HeaderClassName
{
color: #585817;
}
.AnyTagClassName
{
color: #585817;
}
</style>
background-color css
<style>
a { background-color: #585817; }
a { background-color: rgb(88,88,23); }
div.DivClassName
{
background-color: #585817;
}
.BgClassName
{
background-color: #585817;
}
</style>
border-color css
<style>
span { border-color: #585817; }
span { border-color: rgb(88,88,23); }
td.TdClassName
{
border-color: #585817;
}
.TagClassName
{
border-color: #585817;
}
</style>