Shades of Army green #585512
Tints of Army green #585512
RGB
CMYK
RGB Variations
Color information
#585512 (or 0x585512) is known color: Army green. HEX triplet: 58, 55 and 12. RGB value is (88,85,18). Sum of RGB (Red+Green+Blue) = 88+85+18=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #585512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585512 is #A7AAED. Grayscale: #4E4E4E. Windows color (decimal): -10988270 or 1201496. OLE color: 1201496.
HSL color Cylindrical-coordinate representation of color #585512: hue angle of 57.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #585512 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 85 | 18 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.65 |
| HSL | 57.43º | 0.66% | 0.21% | - |
| HSV(B) | 57.43º | 0.8% | 0.35% | - |
| XYZ | 7.38 | 8.62 | 1.85 | - |
| YUV | 78.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 18 | 0 | 0.03 | 0.80 | 0.65 | 57.43 | 0.66 | 0.21 |
| Hex | 58 | 55 | 12 | 0 | 3 | 50 | 41 | 39 | 42 | 15 |
| Octal | 130 | 125 | 22 | 0 | 3 | 120 | 101 | 71 | 102 | 25 |
| Binary | 1011000 | 1010101 | 10010 | 0 | 11 | 1010000 | 1000001 | 111001 | 1000010 | 10101 |
Color Harmonies of #585512
Complementary color
Monochromatic Colors of #585512
Black with #585512
Text Example
Text Example
White with #585512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585512; }
p { color: rgb(88,85,18); }
H1.HeaderClassName
{
color: #585512;
}
.AnyTagClassName
{
color: #585512;
}
</style>
background-color css
<style>
a { background-color: #585512; }
a { background-color: rgb(88,85,18); }
div.DivClassName
{
background-color: #585512;
}
.BgClassName
{
background-color: #585512;
}
</style>
border-color css
<style>
span { border-color: #585512; }
span { border-color: rgb(88,85,18); }
td.TdClassName
{
border-color: #585512;
}
.TagClassName
{
border-color: #585512;
}
</style>