Shades of Army green #585912
Tints of Army green #585912
RGB
CMYK
RGB Variations
Color information
#585912 (or 0x585912) is known color: Army green. HEX triplet: 58, 59 and 12. RGB value is (88,89,18). Sum of RGB (Red+Green+Blue) = 88+89+18=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #585912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585912 is #A7A6ED. Grayscale: #505050. Windows color (decimal): -10987246 or 1202520. OLE color: 1202520.
HSL color Cylindrical-coordinate representation of color #585912: hue angle of 60.85º 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 #585912 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 18 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.65 |
| HSL | 60.85º | 0.66% | 0.21% | - |
| HSV(B) | 60.85º | 0.8% | 0.35% | - |
| XYZ | 7.71 | 9.26 | 1.95 | - |
| YUV | 80.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 18 | 0.01 | 0 | 0.80 | 0.65 | 60.85 | 0.66 | 0.21 |
| Hex | 58 | 59 | 12 | 1 | 0 | 50 | 41 | 3D | 42 | 15 |
| Octal | 130 | 131 | 22 | 1 | 0 | 120 | 101 | 75 | 102 | 25 |
| Binary | 1011000 | 1011001 | 10010 | 1 | 0 | 1010000 | 1000001 | 111101 | 1000010 | 10101 |
Color Harmonies of #585912
Complementary color
Monochromatic Colors of #585912
Black with #585912
Text Example
Text Example
White with #585912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585912; }
p { color: rgb(88,89,18); }
H1.HeaderClassName
{
color: #585912;
}
.AnyTagClassName
{
color: #585912;
}
</style>
background-color css
<style>
a { background-color: #585912; }
a { background-color: rgb(88,89,18); }
div.DivClassName
{
background-color: #585912;
}
.BgClassName
{
background-color: #585912;
}
</style>
border-color css
<style>
span { border-color: #585912; }
span { border-color: rgb(88,89,18); }
td.TdClassName
{
border-color: #585912;
}
.TagClassName
{
border-color: #585912;
}
</style>