Shades of Army green #535416
Tints of Army green #535416
RGB
CMYK
RGB Variations
Color information
#535416 (or 0x535416) is known color: Army green. HEX triplet: 53, 54 and 16. RGB value is (83,84,22). Sum of RGB (Red+Green+Blue) = 83+84+22=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #535416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535416 is #ACABE9. Grayscale: #4C4C4C. Windows color (decimal): -11316202 or 1463379. OLE color: 1463379.
HSL color Cylindrical-coordinate representation of color #535416: hue angle of 60.97º degrees, saturation: 0.58, 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 #535416 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 22 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.67 |
| HSL | 60.97º | 0.58% | 0.21% | - |
| HSV(B) | 60.97º | 0.74% | 0.33% | - |
| XYZ | 6.88 | 8.24 | 1.99 | - |
| YUV | 76.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 22 | 0.01 | 0 | 0.74 | 0.67 | 60.97 | 0.58 | 0.21 |
| Hex | 53 | 54 | 16 | 1 | 0 | 4A | 43 | 3D | 3A | 15 |
| Octal | 123 | 124 | 26 | 1 | 0 | 112 | 103 | 75 | 72 | 25 |
| Binary | 1010011 | 1010100 | 10110 | 1 | 0 | 1001010 | 1000011 | 111101 | 111010 | 10101 |
Color Harmonies of #535416
Complementary color
Monochromatic Colors of #535416
Black with #535416
Text Example
Text Example
White with #535416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535416; }
p { color: rgb(83,84,22); }
H1.HeaderClassName
{
color: #535416;
}
.AnyTagClassName
{
color: #535416;
}
</style>
background-color css
<style>
a { background-color: #535416; }
a { background-color: rgb(83,84,22); }
div.DivClassName
{
background-color: #535416;
}
.BgClassName
{
background-color: #535416;
}
</style>
border-color css
<style>
span { border-color: #535416; }
span { border-color: rgb(83,84,22); }
td.TdClassName
{
border-color: #535416;
}
.TagClassName
{
border-color: #535416;
}
</style>