Shades of Army green #535110
Tints of Army green #535110
RGB
CMYK
RGB Variations
Color information
#535110 (or 0x535110) is known color: Army green. HEX triplet: 53, 51 and 10. RGB value is (83,81,16). Sum of RGB (Red+Green+Blue) = 83+81+16=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #535110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535110 is #ACAEEF. Grayscale: #4A4A4A. Windows color (decimal): -11316976 or 1069395. OLE color: 1069395.
HSL color Cylindrical-coordinate representation of color #535110: hue angle of 58.21º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #535110 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 16 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.67 |
| HSL | 58.21º | 0.68% | 0.19% | - |
| HSV(B) | 58.21º | 0.81% | 0.33% | - |
| XYZ | 6.6 | 7.76 | 1.64 | - |
| YUV | 74.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 16 | 0 | 0.02 | 0.81 | 0.67 | 58.21 | 0.68 | 0.19 |
| Hex | 53 | 51 | 10 | 0 | 2 | 51 | 43 | 3A | 44 | 13 |
| Octal | 123 | 121 | 20 | 0 | 2 | 121 | 103 | 72 | 104 | 23 |
| Binary | 1010011 | 1010001 | 10000 | 0 | 10 | 1010001 | 1000011 | 111010 | 1000100 | 10011 |
Color Harmonies of #535110
Complementary color
Monochromatic Colors of #535110
Black with #535110
Text Example
Text Example
White with #535110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535110; }
p { color: rgb(83,81,16); }
H1.HeaderClassName
{
color: #535110;
}
.AnyTagClassName
{
color: #535110;
}
</style>
background-color css
<style>
a { background-color: #535110; }
a { background-color: rgb(83,81,16); }
div.DivClassName
{
background-color: #535110;
}
.BgClassName
{
background-color: #535110;
}
</style>
border-color css
<style>
span { border-color: #535110; }
span { border-color: rgb(83,81,16); }
td.TdClassName
{
border-color: #535110;
}
.TagClassName
{
border-color: #535110;
}
</style>