Shades of Army green #535615
Tints of Army green #535615
RGB
CMYK
RGB Variations
Color information
#535615 (or 0x535615) is known color: Army green. HEX triplet: 53, 56 and 15. RGB value is (83,86,21). Sum of RGB (Red+Green+Blue) = 83+86+21=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #535615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535615 is #ACA9EA. Grayscale: #4D4D4D. Windows color (decimal): -11315691 or 1398355. OLE color: 1398355.
HSL color Cylindrical-coordinate representation of color #535615: hue angle of 62.77º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #535615 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 21 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.66 |
| HSL | 62.77º | 0.61% | 0.21% | - |
| HSV(B) | 62.77º | 0.76% | 0.34% | - |
| XYZ | 7.03 | 8.55 | 1.99 | - |
| YUV | 77.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 21 | 0.03 | 0 | 0.76 | 0.66 | 62.77 | 0.61 | 0.21 |
| Hex | 53 | 56 | 15 | 3 | 0 | 4C | 42 | 3F | 3D | 15 |
| Octal | 123 | 126 | 25 | 3 | 0 | 114 | 102 | 77 | 75 | 25 |
| Binary | 1010011 | 1010110 | 10101 | 11 | 0 | 1001100 | 1000010 | 111111 | 111101 | 10101 |
Color Harmonies of #535615
Complementary color
Monochromatic Colors of #535615
Black with #535615
Text Example
Text Example
White with #535615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535615; }
p { color: rgb(83,86,21); }
H1.HeaderClassName
{
color: #535615;
}
.AnyTagClassName
{
color: #535615;
}
</style>
background-color css
<style>
a { background-color: #535615; }
a { background-color: rgb(83,86,21); }
div.DivClassName
{
background-color: #535615;
}
.BgClassName
{
background-color: #535615;
}
</style>
border-color css
<style>
span { border-color: #535615; }
span { border-color: rgb(83,86,21); }
td.TdClassName
{
border-color: #535615;
}
.TagClassName
{
border-color: #535615;
}
</style>