Shades of Army green #535215
Tints of Army green #535215
RGB
CMYK
RGB Variations
Color information
#535215 (or 0x535215) is known color: Army green. HEX triplet: 53, 52 and 15. RGB value is (83,82,21). Sum of RGB (Red+Green+Blue) = 83+82+21=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #535215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535215 is #ACADEA. Grayscale: #4B4B4B. Windows color (decimal): -11316715 or 1397331. OLE color: 1397331.
HSL color Cylindrical-coordinate representation of color #535215: hue angle of 59.03º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #535215 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 21 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.67 |
| HSL | 59.03º | 0.6% | 0.2% | - |
| HSV(B) | 59.03º | 0.75% | 0.33% | - |
| XYZ | 6.72 | 7.93 | 1.89 | - |
| YUV | 75.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 21 | 0 | 0.01 | 0.75 | 0.67 | 59.03 | 0.6 | 0.2 |
| Hex | 53 | 52 | 15 | 0 | 1 | 4B | 43 | 3B | 3C | 14 |
| Octal | 123 | 122 | 25 | 0 | 1 | 113 | 103 | 73 | 74 | 24 |
| Binary | 1010011 | 1010010 | 10101 | 0 | 1 | 1001011 | 1000011 | 111011 | 111100 | 10100 |
Color Harmonies of #535215
Complementary color
Monochromatic Colors of #535215
Black with #535215
Text Example
Text Example
White with #535215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535215; }
p { color: rgb(83,82,21); }
H1.HeaderClassName
{
color: #535215;
}
.AnyTagClassName
{
color: #535215;
}
</style>
background-color css
<style>
a { background-color: #535215; }
a { background-color: rgb(83,82,21); }
div.DivClassName
{
background-color: #535215;
}
.BgClassName
{
background-color: #535215;
}
</style>
border-color css
<style>
span { border-color: #535215; }
span { border-color: rgb(83,82,21); }
td.TdClassName
{
border-color: #535215;
}
.TagClassName
{
border-color: #535215;
}
</style>