Shades of Army green #595918
Tints of Army green #595918
RGB
CMYK
RGB Variations
Color information
#595918 (or 0x595918) is known color: Army green. HEX triplet: 59, 59 and 18. RGB value is (89,89,24). Sum of RGB (Red+Green+Blue) = 89+89+24=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595918 is #A6A6E7. Grayscale: #515151. Windows color (decimal): -10921704 or 1595737. OLE color: 1595737.
HSL color Cylindrical-coordinate representation of color #595918: hue angle of 60º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #595918 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 24 | - |
| CMYK | 0 | 0 | 0.73 | 0.65 |
| HSL | 60º | 0.58% | 0.22% | - |
| HSV(B) | 60º | 0.73% | 0.35% | - |
| XYZ | 7.86 | 9.33 | 2.25 | - |
| YUV | 81.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 24 | 0 | 0 | 0.73 | 0.65 | 60 | 0.58 | 0.22 |
| Hex | 59 | 59 | 18 | 0 | 0 | 49 | 41 | 3C | 3A | 16 |
| Octal | 131 | 131 | 30 | 0 | 0 | 111 | 101 | 74 | 72 | 26 |
| Binary | 1011001 | 1011001 | 11000 | 0 | 0 | 1001001 | 1000001 | 111100 | 111010 | 10110 |
Color Harmonies of #595918
Complementary color
Monochromatic Colors of #595918
Black with #595918
Text Example
Text Example
White with #595918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595918; }
p { color: rgb(89,89,24); }
H1.HeaderClassName
{
color: #595918;
}
.AnyTagClassName
{
color: #595918;
}
</style>
background-color css
<style>
a { background-color: #595918; }
a { background-color: rgb(89,89,24); }
div.DivClassName
{
background-color: #595918;
}
.BgClassName
{
background-color: #595918;
}
</style>
border-color css
<style>
span { border-color: #595918; }
span { border-color: rgb(89,89,24); }
td.TdClassName
{
border-color: #595918;
}
.TagClassName
{
border-color: #595918;
}
</style>