Shades of Army green #535516
Tints of Army green #535516
RGB
CMYK
RGB Variations
Color information
#535516 (or 0x535516) is known color: Army green. HEX triplet: 53, 55 and 16. RGB value is (83,85,22). Sum of RGB (Red+Green+Blue) = 83+85+22=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #535516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535516 is #ACAAE9. Grayscale: #4D4D4D. Windows color (decimal): -11315946 or 1463635. OLE color: 1463635.
HSL color Cylindrical-coordinate representation of color #535516: hue angle of 61.9º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #535516 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 22 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.67 |
| HSL | 61.9º | 0.59% | 0.21% | - |
| HSV(B) | 61.9º | 0.74% | 0.33% | - |
| XYZ | 6.96 | 8.39 | 2.01 | - |
| YUV | 77.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 22 | 0.02 | 0 | 0.74 | 0.67 | 61.9 | 0.59 | 0.21 |
| Hex | 53 | 55 | 16 | 2 | 0 | 4A | 43 | 3E | 3B | 15 |
| Octal | 123 | 125 | 26 | 2 | 0 | 112 | 103 | 76 | 73 | 25 |
| Binary | 1010011 | 1010101 | 10110 | 10 | 0 | 1001010 | 1000011 | 111110 | 111011 | 10101 |
Color Harmonies of #535516
Complementary color
Monochromatic Colors of #535516
Black with #535516
Text Example
Text Example
White with #535516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535516; }
p { color: rgb(83,85,22); }
H1.HeaderClassName
{
color: #535516;
}
.AnyTagClassName
{
color: #535516;
}
</style>
background-color css
<style>
a { background-color: #535516; }
a { background-color: rgb(83,85,22); }
div.DivClassName
{
background-color: #535516;
}
.BgClassName
{
background-color: #535516;
}
</style>
border-color css
<style>
span { border-color: #535516; }
span { border-color: rgb(83,85,22); }
td.TdClassName
{
border-color: #535516;
}
.TagClassName
{
border-color: #535516;
}
</style>