Shades of Army green #585918
Tints of Army green #585918
RGB
CMYK
RGB Variations
Color information
#585918 (or 0x585918) is known color: Army green. HEX triplet: 58, 59 and 18. RGB value is (88,89,24). Sum of RGB (Red+Green+Blue) = 88+89+24=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #585918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585918 is #A7A6E7. Grayscale: #515151. Windows color (decimal): -10987240 or 1595736. OLE color: 1595736.
HSL color Cylindrical-coordinate representation of color #585918: hue angle of 60.92º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #585918 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 24 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.65 |
| HSL | 60.92º | 0.58% | 0.22% | - |
| HSV(B) | 60.92º | 0.73% | 0.35% | - |
| XYZ | 7.76 | 9.29 | 2.25 | - |
| YUV | 81.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 24 | 0.01 | 0 | 0.73 | 0.65 | 60.92 | 0.58 | 0.22 |
| Hex | 58 | 59 | 18 | 1 | 0 | 49 | 41 | 3D | 3A | 16 |
| Octal | 130 | 131 | 30 | 1 | 0 | 111 | 101 | 75 | 72 | 26 |
| Binary | 1011000 | 1011001 | 11000 | 1 | 0 | 1001001 | 1000001 | 111101 | 111010 | 10110 |
Color Harmonies of #585918
Complementary color
Monochromatic Colors of #585918
Black with #585918
Text Example
Text Example
White with #585918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585918; }
p { color: rgb(88,89,24); }
H1.HeaderClassName
{
color: #585918;
}
.AnyTagClassName
{
color: #585918;
}
</style>
background-color css
<style>
a { background-color: #585918; }
a { background-color: rgb(88,89,24); }
div.DivClassName
{
background-color: #585918;
}
.BgClassName
{
background-color: #585918;
}
</style>
border-color css
<style>
span { border-color: #585918; }
span { border-color: rgb(88,89,24); }
td.TdClassName
{
border-color: #585918;
}
.TagClassName
{
border-color: #585918;
}
</style>