Shades of Army green #585911
Tints of Army green #585911
RGB
CMYK
RGB Variations
Color information
#585911 (or 0x585911) is known color: Army green. HEX triplet: 58, 59 and 11. RGB value is (88,89,17). Sum of RGB (Red+Green+Blue) = 88+89+17=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #585911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585911 is #A7A6EE. Grayscale: #505050. Windows color (decimal): -10987247 or 1136984. OLE color: 1136984.
HSL color Cylindrical-coordinate representation of color #585911: hue angle of 60.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #585911 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 89 | 17 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.65 |
| HSL | 60.83º | 0.68% | 0.21% | - |
| HSV(B) | 60.83º | 0.81% | 0.35% | - |
| XYZ | 7.7 | 9.26 | 1.91 | - |
| YUV | 80.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 89 | 17 | 0.01 | 0 | 0.81 | 0.65 | 60.83 | 0.68 | 0.21 |
| Hex | 58 | 59 | 11 | 1 | 0 | 51 | 41 | 3D | 44 | 15 |
| Octal | 130 | 131 | 21 | 1 | 0 | 121 | 101 | 75 | 104 | 25 |
| Binary | 1011000 | 1011001 | 10001 | 1 | 0 | 1010001 | 1000001 | 111101 | 1000100 | 10101 |
Color Harmonies of #585911
Complementary color
Monochromatic Colors of #585911
Black with #585911
Text Example
Text Example
White with #585911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585911; }
p { color: rgb(88,89,17); }
H1.HeaderClassName
{
color: #585911;
}
.AnyTagClassName
{
color: #585911;
}
</style>
background-color css
<style>
a { background-color: #585911; }
a { background-color: rgb(88,89,17); }
div.DivClassName
{
background-color: #585911;
}
.BgClassName
{
background-color: #585911;
}
</style>
border-color css
<style>
span { border-color: #585911; }
span { border-color: rgb(88,89,17); }
td.TdClassName
{
border-color: #585911;
}
.TagClassName
{
border-color: #585911;
}
</style>