Shades of Army green #595613
Tints of Army green #595613
RGB
CMYK
RGB Variations
Color information
#595613 (or 0x595613) is known color: Army green. HEX triplet: 59, 56 and 13. RGB value is (89,86,19). Sum of RGB (Red+Green+Blue) = 89+86+19=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #595613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595613 is #A6A9EC. Grayscale: #4F4F4F. Windows color (decimal): -10922477 or 1267289. OLE color: 1267289.
HSL color Cylindrical-coordinate representation of color #595613: hue angle of 57.43º 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 #595613 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 86 | 19 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.65 |
| HSL | 57.43º | 0.65% | 0.21% | - |
| HSV(B) | 57.43º | 0.79% | 0.35% | - |
| XYZ | 7.57 | 8.83 | 1.92 | - |
| YUV | 79.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 19 | 0 | 0.03 | 0.79 | 0.65 | 57.43 | 0.65 | 0.21 |
| Hex | 59 | 56 | 13 | 0 | 3 | 4F | 41 | 39 | 41 | 15 |
| Octal | 131 | 126 | 23 | 0 | 3 | 117 | 101 | 71 | 101 | 25 |
| Binary | 1011001 | 1010110 | 10011 | 0 | 11 | 1001111 | 1000001 | 111001 | 1000001 | 10101 |
Color Harmonies of #595613
Complementary color
Monochromatic Colors of #595613
Black with #595613
Text Example
Text Example
White with #595613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595613; }
p { color: rgb(89,86,19); }
H1.HeaderClassName
{
color: #595613;
}
.AnyTagClassName
{
color: #595613;
}
</style>
background-color css
<style>
a { background-color: #595613; }
a { background-color: rgb(89,86,19); }
div.DivClassName
{
background-color: #595613;
}
.BgClassName
{
background-color: #595613;
}
</style>
border-color css
<style>
span { border-color: #595613; }
span { border-color: rgb(89,86,19); }
td.TdClassName
{
border-color: #595613;
}
.TagClassName
{
border-color: #595613;
}
</style>