Shades of Army green #595C13
Tints of Army green #595C13
RGB
CMYK
RGB Variations
Color information
#595C13 (or 0x595C13) is known color: Army green. HEX triplet: 59, 5C and 13. RGB value is (89,92,19). Sum of RGB (Red+Green+Blue) = 89+92+19=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #595C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595C13 is #A6A3EC. Grayscale: #535353. Windows color (decimal): -10920941 or 1268825. OLE color: 1268825.
HSL color Cylindrical-coordinate representation of color #595C13: hue angle of 62.47º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #595C13 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 19 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.64 |
| HSL | 62.47º | 0.66% | 0.22% | - |
| HSV(B) | 62.47º | 0.79% | 0.36% | - |
| XYZ | 8.06 | 9.83 | 2.09 | - |
| YUV | 82.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 19 | 0.03 | 0 | 0.79 | 0.64 | 62.47 | 0.66 | 0.22 |
| Hex | 59 | 5C | 13 | 3 | 0 | 4F | 40 | 3E | 42 | 16 |
| Octal | 131 | 134 | 23 | 3 | 0 | 117 | 100 | 76 | 102 | 26 |
| Binary | 1011001 | 1011100 | 10011 | 11 | 0 | 1001111 | 1000000 | 111110 | 1000010 | 10110 |
Color Harmonies of #595C13
Complementary color
Monochromatic Colors of #595C13
Black with #595C13
Text Example
Text Example
White with #595C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C13; }
p { color: rgb(89,92,19); }
H1.HeaderClassName
{
color: #595C13;
}
.AnyTagClassName
{
color: #595C13;
}
</style>
background-color css
<style>
a { background-color: #595C13; }
a { background-color: rgb(89,92,19); }
div.DivClassName
{
background-color: #595C13;
}
.BgClassName
{
background-color: #595C13;
}
</style>
border-color css
<style>
span { border-color: #595C13; }
span { border-color: rgb(89,92,19); }
td.TdClassName
{
border-color: #595C13;
}
.TagClassName
{
border-color: #595C13;
}
</style>