Shades of Army green #535716
Tints of Army green #535716
RGB
CMYK
RGB Variations
Color information
#535716 (or 0x535716) is known color: Army green. HEX triplet: 53, 57 and 16. RGB value is (83,87,22). Sum of RGB (Red+Green+Blue) = 83+87+22=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 87 (34.38% from 255 or 45.31% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 87 - color contains mainly: green. Hex color #535716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535716 is #ACA8E9. Grayscale: #4E4E4E. Windows color (decimal): -11315434 or 1464147. OLE color: 1464147.
HSL color Cylindrical-coordinate representation of color #535716: hue angle of 63.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #535716 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 22 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.66 |
| HSL | 63.69º | 0.6% | 0.21% | - |
| HSV(B) | 63.69º | 0.75% | 0.34% | - |
| XYZ | 7.12 | 8.71 | 2.07 | - |
| YUV | 78.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 22 | 0.05 | 0 | 0.75 | 0.66 | 63.69 | 0.6 | 0.21 |
| Hex | 53 | 57 | 16 | 5 | 0 | 4B | 42 | 40 | 3C | 15 |
| Octal | 123 | 127 | 26 | 5 | 0 | 113 | 102 | 100 | 74 | 25 |
| Binary | 1010011 | 1010111 | 10110 | 101 | 0 | 1001011 | 1000010 | 1000000 | 111100 | 10101 |
Color Harmonies of #535716
Complementary color
Monochromatic Colors of #535716
Black with #535716
Text Example
Text Example
White with #535716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535716; }
p { color: rgb(83,87,22); }
H1.HeaderClassName
{
color: #535716;
}
.AnyTagClassName
{
color: #535716;
}
</style>
background-color css
<style>
a { background-color: #535716; }
a { background-color: rgb(83,87,22); }
div.DivClassName
{
background-color: #535716;
}
.BgClassName
{
background-color: #535716;
}
</style>
border-color css
<style>
span { border-color: #535716; }
span { border-color: rgb(83,87,22); }
td.TdClassName
{
border-color: #535716;
}
.TagClassName
{
border-color: #535716;
}
</style>