Shades of Army green #595D11
Tints of Army green #595D11
RGB
CMYK
RGB Variations
Color information
#595D11 (or 0x595D11) is known color: Army green. HEX triplet: 59, 5D and 11. RGB value is (89,93,17). Sum of RGB (Red+Green+Blue) = 89+93+17=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #595D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595D11 is #A6A2EE. Grayscale: #535353. Windows color (decimal): -10920687 or 1138009. OLE color: 1138009.
HSL color Cylindrical-coordinate representation of color #595D11: hue angle of 63.16º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #595D11 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 17 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.64 |
| HSL | 63.16º | 0.69% | 0.22% | - |
| HSV(B) | 63.16º | 0.82% | 0.36% | - |
| XYZ | 8.14 | 9.99 | 2.03 | - |
| YUV | 83.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 17 | 0.04 | 0 | 0.82 | 0.64 | 63.16 | 0.69 | 0.22 |
| Hex | 59 | 5D | 11 | 4 | 0 | 52 | 40 | 3F | 45 | 16 |
| Octal | 131 | 135 | 21 | 4 | 0 | 122 | 100 | 77 | 105 | 26 |
| Binary | 1011001 | 1011101 | 10001 | 100 | 0 | 1010010 | 1000000 | 111111 | 1000101 | 10110 |
Color Harmonies of #595D11
Complementary color
Monochromatic Colors of #595D11
Black with #595D11
Text Example
Text Example
White with #595D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D11; }
p { color: rgb(89,93,17); }
H1.HeaderClassName
{
color: #595D11;
}
.AnyTagClassName
{
color: #595D11;
}
</style>
background-color css
<style>
a { background-color: #595D11; }
a { background-color: rgb(89,93,17); }
div.DivClassName
{
background-color: #595D11;
}
.BgClassName
{
background-color: #595D11;
}
</style>
border-color css
<style>
span { border-color: #595D11; }
span { border-color: rgb(89,93,17); }
td.TdClassName
{
border-color: #595D11;
}
.TagClassName
{
border-color: #595D11;
}
</style>