Shades of Army green #585810
Tints of Army green #585810
RGB
CMYK
RGB Variations
Color information
#585810 (or 0x585810) is known color: Army green. HEX triplet: 58, 58 and 10. RGB value is (88,88,16). Sum of RGB (Red+Green+Blue) = 88+88+16=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585810 is #A7A7EF. Grayscale: #505050. Windows color (decimal): -10987504 or 1071192. OLE color: 1071192.
HSL color Cylindrical-coordinate representation of color #585810: hue angle of 60º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #585810 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 16 | - |
| CMYK | 0 | 0 | 0.82 | 0.65 |
| HSL | 60º | 0.69% | 0.2% | - |
| HSV(B) | 60º | 0.82% | 0.35% | - |
| XYZ | 7.61 | 9.09 | 1.84 | - |
| YUV | 79.79 | 92 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 16 | 0 | 0 | 0.82 | 0.65 | 60 | 0.69 | 0.2 |
| Hex | 58 | 58 | 10 | 0 | 0 | 52 | 41 | 3C | 45 | 14 |
| Octal | 130 | 130 | 20 | 0 | 0 | 122 | 101 | 74 | 105 | 24 |
| Binary | 1011000 | 1011000 | 10000 | 0 | 0 | 1010010 | 1000001 | 111100 | 1000101 | 10100 |
Color Harmonies of #585810
Complementary color
Monochromatic Colors of #585810
Black with #585810
Text Example
Text Example
White with #585810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585810; }
p { color: rgb(88,88,16); }
H1.HeaderClassName
{
color: #585810;
}
.AnyTagClassName
{
color: #585810;
}
</style>
background-color css
<style>
a { background-color: #585810; }
a { background-color: rgb(88,88,16); }
div.DivClassName
{
background-color: #585810;
}
.BgClassName
{
background-color: #585810;
}
</style>
border-color css
<style>
span { border-color: #585810; }
span { border-color: rgb(88,88,16); }
td.TdClassName
{
border-color: #585810;
}
.TagClassName
{
border-color: #585810;
}
</style>