Shades of Army green #535316
Tints of Army green #535316
RGB
CMYK
RGB Variations
Color information
#535316 (or 0x535316) is known color: Army green. HEX triplet: 53, 53 and 16. RGB value is (83,83,22). Sum of RGB (Red+Green+Blue) = 83+83+22=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535316 is #ACACE9. Grayscale: #4C4C4C. Windows color (decimal): -11316458 or 1463123. OLE color: 1463123.
HSL color Cylindrical-coordinate representation of color #535316: hue angle of 60º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #535316 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 22 | - |
| CMYK | 0 | 0 | 0.73 | 0.67 |
| HSL | 60º | 0.58% | 0.21% | - |
| HSV(B) | 60º | 0.73% | 0.33% | - |
| XYZ | 6.81 | 8.08 | 1.96 | - |
| YUV | 76.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 22 | 0 | 0 | 0.73 | 0.67 | 60 | 0.58 | 0.21 |
| Hex | 53 | 53 | 16 | 0 | 0 | 49 | 43 | 3C | 3A | 15 |
| Octal | 123 | 123 | 26 | 0 | 0 | 111 | 103 | 74 | 72 | 25 |
| Binary | 1010011 | 1010011 | 10110 | 0 | 0 | 1001001 | 1000011 | 111100 | 111010 | 10101 |
Color Harmonies of #535316
Complementary color
Monochromatic Colors of #535316
Black with #535316
Text Example
Text Example
White with #535316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535316; }
p { color: rgb(83,83,22); }
H1.HeaderClassName
{
color: #535316;
}
.AnyTagClassName
{
color: #535316;
}
</style>
background-color css
<style>
a { background-color: #535316; }
a { background-color: rgb(83,83,22); }
div.DivClassName
{
background-color: #535316;
}
.BgClassName
{
background-color: #535316;
}
</style>
border-color css
<style>
span { border-color: #535316; }
span { border-color: rgb(83,83,22); }
td.TdClassName
{
border-color: #535316;
}
.TagClassName
{
border-color: #535316;
}
</style>