Shades of Army green #59580F
Tints of Army green #59580F
RGB
CMYK
RGB Variations
Color information
#59580F (or 0x59580F) is known color: Army green. HEX triplet: 59, 58 and 0F. RGB value is (89,88,15). Sum of RGB (Red+Green+Blue) = 89+88+15=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #59580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #59580F is #A6A7F0. Grayscale: #505050. Windows color (decimal): -10921969 or 1005657. OLE color: 1005657.
HSL color Cylindrical-coordinate representation of color #59580F: hue angle of 59.19º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59580F is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 88 | 15 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.65 |
| HSL | 59.19º | 0.71% | 0.2% | - |
| HSV(B) | 59.19º | 0.83% | 0.35% | - |
| XYZ | 7.7 | 9.14 | 1.81 | - |
| YUV | 79.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 15 | 0 | 0.01 | 0.83 | 0.65 | 59.19 | 0.71 | 0.2 |
| Hex | 59 | 58 | F | 0 | 1 | 53 | 41 | 3B | 47 | 14 |
| Octal | 131 | 130 | 17 | 0 | 1 | 123 | 101 | 73 | 107 | 24 |
| Binary | 1011001 | 1011000 | 1111 | 0 | 1 | 1010011 | 1000001 | 111011 | 1000111 | 10100 |
Color Harmonies of #59580F
Complementary color
Monochromatic Colors of #59580F
Black with #59580F
Text Example
Text Example
White with #59580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59580F; }
p { color: rgb(89,88,15); }
H1.HeaderClassName
{
color: #59580F;
}
.AnyTagClassName
{
color: #59580F;
}
</style>
background-color css
<style>
a { background-color: #59580F; }
a { background-color: rgb(89,88,15); }
div.DivClassName
{
background-color: #59580F;
}
.BgClassName
{
background-color: #59580F;
}
</style>
border-color css
<style>
span { border-color: #59580F; }
span { border-color: rgb(89,88,15); }
td.TdClassName
{
border-color: #59580F;
}
.TagClassName
{
border-color: #59580F;
}
</style>