Shades of Army green #585A13
Tints of Army green #585A13
RGB
CMYK
RGB Variations
Color information
#585A13 (or 0x585A13) is known color: Army green. HEX triplet: 58, 5A and 13. RGB value is (88,90,19). Sum of RGB (Red+Green+Blue) = 88+90+19=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #585A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585A13 is #A7A5EC. Grayscale: #515151. Windows color (decimal): -10986989 or 1268312. OLE color: 1268312.
HSL color Cylindrical-coordinate representation of color #585A13: hue angle of 61.69º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #585A13 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 90 | 19 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.65 |
| HSL | 61.69º | 0.65% | 0.21% | - |
| HSV(B) | 61.69º | 0.79% | 0.35% | - |
| XYZ | 7.8 | 9.43 | 2.03 | - |
| YUV | 81.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 19 | 0.02 | 0 | 0.79 | 0.65 | 61.69 | 0.65 | 0.21 |
| Hex | 58 | 5A | 13 | 2 | 0 | 4F | 41 | 3E | 41 | 15 |
| Octal | 130 | 132 | 23 | 2 | 0 | 117 | 101 | 76 | 101 | 25 |
| Binary | 1011000 | 1011010 | 10011 | 10 | 0 | 1001111 | 1000001 | 111110 | 1000001 | 10101 |
Color Harmonies of #585A13
Complementary color
Monochromatic Colors of #585A13
Black with #585A13
Text Example
Text Example
White with #585A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A13; }
p { color: rgb(88,90,19); }
H1.HeaderClassName
{
color: #585A13;
}
.AnyTagClassName
{
color: #585A13;
}
</style>
background-color css
<style>
a { background-color: #585A13; }
a { background-color: rgb(88,90,19); }
div.DivClassName
{
background-color: #585A13;
}
.BgClassName
{
background-color: #585A13;
}
</style>
border-color css
<style>
span { border-color: #585A13; }
span { border-color: rgb(88,90,19); }
td.TdClassName
{
border-color: #585A13;
}
.TagClassName
{
border-color: #585A13;
}
</style>