Shades of Army green #595917
Tints of Army green #595917
RGB
CMYK
RGB Variations
Color information
#595917 (or 0x595917) is known color: Army green. HEX triplet: 59, 59 and 17. RGB value is (89,89,23). Sum of RGB (Red+Green+Blue) = 89+89+23=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595917 is #A6A6E8. Grayscale: #515151. Windows color (decimal): -10921705 or 1530201. OLE color: 1530201.
HSL color Cylindrical-coordinate representation of color #595917: hue angle of 60º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #595917 is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 89 | 23 | - |
| CMYK | 0 | 0 | 0.74 | 0.65 |
| HSL | 60º | 0.59% | 0.22% | - |
| HSV(B) | 60º | 0.74% | 0.35% | - |
| XYZ | 7.85 | 9.33 | 2.2 | - |
| YUV | 81.48 | 95 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 89 | 23 | 0 | 0 | 0.74 | 0.65 | 60 | 0.59 | 0.22 |
| Hex | 59 | 59 | 17 | 0 | 0 | 4A | 41 | 3C | 3B | 16 |
| Octal | 131 | 131 | 27 | 0 | 0 | 112 | 101 | 74 | 73 | 26 |
| Binary | 1011001 | 1011001 | 10111 | 0 | 0 | 1001010 | 1000001 | 111100 | 111011 | 10110 |
Color Harmonies of #595917
Complementary color
Monochromatic Colors of #595917
Black with #595917
Text Example
Text Example
White with #595917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595917; }
p { color: rgb(89,89,23); }
H1.HeaderClassName
{
color: #595917;
}
.AnyTagClassName
{
color: #595917;
}
</style>
background-color css
<style>
a { background-color: #595917; }
a { background-color: rgb(89,89,23); }
div.DivClassName
{
background-color: #595917;
}
.BgClassName
{
background-color: #595917;
}
</style>
border-color css
<style>
span { border-color: #595917; }
span { border-color: rgb(89,89,23); }
td.TdClassName
{
border-color: #595917;
}
.TagClassName
{
border-color: #595917;
}
</style>