Shades of Army green #535721
Tints of Army green #535721
RGB
CMYK
RGB Variations
Color information
#535721 (or 0x535721) is known color: Army green. HEX triplet: 53, 57 and 21. RGB value is (83,87,33). Sum of RGB (Red+Green+Blue) = 83+87+33=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #535721 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535721 is #ACA8DE. Grayscale: #4F4F4F. Windows color (decimal): -11315423 or 2185043. OLE color: 2185043.
HSL color Cylindrical-coordinate representation of color #535721: hue angle of 64.44º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535721 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 33 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.66 |
| HSL | 64.44º | 0.45% | 0.24% | - |
| HSV(B) | 64.44º | 0.62% | 0.34% | - |
| XYZ | 7.25 | 8.77 | 2.75 | - |
| YUV | 79.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 33 | 0.05 | 0 | 0.62 | 0.66 | 64.44 | 0.45 | 0.24 |
| Hex | 53 | 57 | 21 | 5 | 0 | 3E | 42 | 40 | 2D | 18 |
| Octal | 123 | 127 | 41 | 5 | 0 | 76 | 102 | 100 | 55 | 30 |
| Binary | 1010011 | 1010111 | 100001 | 101 | 0 | 111110 | 1000010 | 1000000 | 101101 | 11000 |
Color Harmonies of #535721
Complementary color
Monochromatic Colors of #535721
Black with #535721
Text Example
Text Example
White with #535721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535721; }
p { color: rgb(83,87,33); }
H1.HeaderClassName
{
color: #535721;
}
.AnyTagClassName
{
color: #535721;
}
</style>
background-color css
<style>
a { background-color: #535721; }
a { background-color: rgb(83,87,33); }
div.DivClassName
{
background-color: #535721;
}
.BgClassName
{
background-color: #535721;
}
</style>
border-color css
<style>
span { border-color: #535721; }
span { border-color: rgb(83,87,33); }
td.TdClassName
{
border-color: #535721;
}
.TagClassName
{
border-color: #535721;
}
</style>