Shades of Army green #585612
Tints of Army green #585612
RGB
CMYK
RGB Variations
Color information
#585612 (or 0x585612) is known color: Army green. HEX triplet: 58, 56 and 12. RGB value is (88,86,18). Sum of RGB (Red+Green+Blue) = 88+86+18=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #585612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585612 is #A7A9ED. Grayscale: #4F4F4F. Windows color (decimal): -10988014 or 1201752. OLE color: 1201752.
HSL color Cylindrical-coordinate representation of color #585612: hue angle of 58.29º 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 #585612 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 86 | 18 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.65 |
| HSL | 58.29º | 0.66% | 0.21% | - |
| HSV(B) | 58.29º | 0.8% | 0.35% | - |
| XYZ | 7.46 | 8.77 | 1.87 | - |
| YUV | 78.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 18 | 0 | 0.02 | 0.80 | 0.65 | 58.29 | 0.66 | 0.21 |
| Hex | 58 | 56 | 12 | 0 | 2 | 50 | 41 | 3A | 42 | 15 |
| Octal | 130 | 126 | 22 | 0 | 2 | 120 | 101 | 72 | 102 | 25 |
| Binary | 1011000 | 1010110 | 10010 | 0 | 10 | 1010000 | 1000001 | 111010 | 1000010 | 10101 |
Color Harmonies of #585612
Complementary color
Monochromatic Colors of #585612
Black with #585612
Text Example
Text Example
White with #585612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585612; }
p { color: rgb(88,86,18); }
H1.HeaderClassName
{
color: #585612;
}
.AnyTagClassName
{
color: #585612;
}
</style>
background-color css
<style>
a { background-color: #585612; }
a { background-color: rgb(88,86,18); }
div.DivClassName
{
background-color: #585612;
}
.BgClassName
{
background-color: #585612;
}
</style>
border-color css
<style>
span { border-color: #585612; }
span { border-color: rgb(88,86,18); }
td.TdClassName
{
border-color: #585612;
}
.TagClassName
{
border-color: #585612;
}
</style>