Shades of Army green #535613
Tints of Army green #535613
RGB
CMYK
RGB Variations
Color information
#535613 (or 0x535613) is known color: Army green. HEX triplet: 53, 56 and 13. RGB value is (83,86,19). Sum of RGB (Red+Green+Blue) = 83+86+19=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #535613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535613 is #ACA9EC. Grayscale: #4D4D4D. Windows color (decimal): -11315693 or 1267283. OLE color: 1267283.
HSL color Cylindrical-coordinate representation of color #535613: hue angle of 62.69º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #535613 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 19 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.66 |
| HSL | 62.69º | 0.64% | 0.21% | - |
| HSV(B) | 62.69º | 0.78% | 0.34% | - |
| XYZ | 7.01 | 8.54 | 1.9 | - |
| YUV | 77.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 19 | 0.03 | 0 | 0.78 | 0.66 | 62.69 | 0.64 | 0.21 |
| Hex | 53 | 56 | 13 | 3 | 0 | 4E | 42 | 3F | 40 | 15 |
| Octal | 123 | 126 | 23 | 3 | 0 | 116 | 102 | 77 | 100 | 25 |
| Binary | 1010011 | 1010110 | 10011 | 11 | 0 | 1001110 | 1000010 | 111111 | 1000000 | 10101 |
Color Harmonies of #535613
Complementary color
Monochromatic Colors of #535613
Black with #535613
Text Example
Text Example
White with #535613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535613; }
p { color: rgb(83,86,19); }
H1.HeaderClassName
{
color: #535613;
}
.AnyTagClassName
{
color: #535613;
}
</style>
background-color css
<style>
a { background-color: #535613; }
a { background-color: rgb(83,86,19); }
div.DivClassName
{
background-color: #535613;
}
.BgClassName
{
background-color: #535613;
}
</style>
border-color css
<style>
span { border-color: #535613; }
span { border-color: rgb(83,86,19); }
td.TdClassName
{
border-color: #535613;
}
.TagClassName
{
border-color: #535613;
}
</style>