Shades of Army green #595C14
Tints of Army green #595C14
RGB
CMYK
RGB Variations
Color information
#595C14 (or 0x595C14) is known color: Army green. HEX triplet: 59, 5C and 14. RGB value is (89,92,20). Sum of RGB (Red+Green+Blue) = 89+92+20=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #595C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595C14 is #A6A3EB. Grayscale: #535353. Windows color (decimal): -10920940 or 1334361. OLE color: 1334361.
HSL color Cylindrical-coordinate representation of color #595C14: hue angle of 62.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #595C14 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 20 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.64 |
| HSL | 62.5º | 0.64% | 0.22% | - |
| HSV(B) | 62.5º | 0.78% | 0.36% | - |
| XYZ | 8.07 | 9.83 | 2.13 | - |
| YUV | 82.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 20 | 0.03 | 0 | 0.78 | 0.64 | 62.5 | 0.64 | 0.22 |
| Hex | 59 | 5C | 14 | 3 | 0 | 4E | 40 | 3F | 40 | 16 |
| Octal | 131 | 134 | 24 | 3 | 0 | 116 | 100 | 77 | 100 | 26 |
| Binary | 1011001 | 1011100 | 10100 | 11 | 0 | 1001110 | 1000000 | 111111 | 1000000 | 10110 |
Color Harmonies of #595C14
Complementary color
Monochromatic Colors of #595C14
Black with #595C14
Text Example
Text Example
White with #595C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C14; }
p { color: rgb(89,92,20); }
H1.HeaderClassName
{
color: #595C14;
}
.AnyTagClassName
{
color: #595C14;
}
</style>
background-color css
<style>
a { background-color: #595C14; }
a { background-color: rgb(89,92,20); }
div.DivClassName
{
background-color: #595C14;
}
.BgClassName
{
background-color: #595C14;
}
</style>
border-color css
<style>
span { border-color: #595C14; }
span { border-color: rgb(89,92,20); }
td.TdClassName
{
border-color: #595C14;
}
.TagClassName
{
border-color: #595C14;
}
</style>