Shades of Army green #585613
Tints of Army green #585613
RGB
CMYK
RGB Variations
Color information
#585613 (or 0x585613) is known color: Army green. HEX triplet: 58, 56 and 13. RGB value is (88,86,19). Sum of RGB (Red+Green+Blue) = 88+86+19=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #585613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585613 is #A7A9EC. Grayscale: #4F4F4F. Windows color (decimal): -10988013 or 1267288. OLE color: 1267288.
HSL color Cylindrical-coordinate representation of color #585613: hue angle of 58.26º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #585613 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 86 | 19 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.65 |
| HSL | 58.26º | 0.64% | 0.21% | - |
| HSV(B) | 58.26º | 0.78% | 0.35% | - |
| XYZ | 7.47 | 8.78 | 1.92 | - |
| YUV | 78.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 19 | 0 | 0.02 | 0.78 | 0.65 | 58.26 | 0.64 | 0.21 |
| Hex | 58 | 56 | 13 | 0 | 2 | 4E | 41 | 3A | 40 | 15 |
| Octal | 130 | 126 | 23 | 0 | 2 | 116 | 101 | 72 | 100 | 25 |
| Binary | 1011000 | 1010110 | 10011 | 0 | 10 | 1001110 | 1000001 | 111010 | 1000000 | 10101 |
Color Harmonies of #585613
Complementary color
Monochromatic Colors of #585613
Black with #585613
Text Example
Text Example
White with #585613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585613; }
p { color: rgb(88,86,19); }
H1.HeaderClassName
{
color: #585613;
}
.AnyTagClassName
{
color: #585613;
}
</style>
background-color css
<style>
a { background-color: #585613; }
a { background-color: rgb(88,86,19); }
div.DivClassName
{
background-color: #585613;
}
.BgClassName
{
background-color: #585613;
}
</style>
border-color css
<style>
span { border-color: #585613; }
span { border-color: rgb(88,86,19); }
td.TdClassName
{
border-color: #585613;
}
.TagClassName
{
border-color: #585613;
}
</style>