Shades of Army green #535010
Tints of Army green #535010
RGB
CMYK
RGB Variations
Color information
#535010 (or 0x535010) is known color: Army green. HEX triplet: 53, 50 and 10. RGB value is (83,80,16). Sum of RGB (Red+Green+Blue) = 83+80+16=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #535010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535010 is #ACAFEF. Grayscale: #494949. Windows color (decimal): -11317232 or 1069139. OLE color: 1069139.
HSL color Cylindrical-coordinate representation of color #535010: hue angle of 57.31º 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 #535010 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 16 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.67 |
| HSL | 57.31º | 0.68% | 0.19% | - |
| HSV(B) | 57.31º | 0.81% | 0.33% | - |
| XYZ | 6.53 | 7.61 | 1.62 | - |
| YUV | 73.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 16 | 0 | 0.04 | 0.81 | 0.67 | 57.31 | 0.68 | 0.19 |
| Hex | 53 | 50 | 10 | 0 | 4 | 51 | 43 | 39 | 44 | 13 |
| Octal | 123 | 120 | 20 | 0 | 4 | 121 | 103 | 71 | 104 | 23 |
| Binary | 1010011 | 1010000 | 10000 | 0 | 100 | 1010001 | 1000011 | 111001 | 1000100 | 10011 |
Color Harmonies of #535010
Complementary color
Monochromatic Colors of #535010
Black with #535010
Text Example
Text Example
White with #535010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535010; }
p { color: rgb(83,80,16); }
H1.HeaderClassName
{
color: #535010;
}
.AnyTagClassName
{
color: #535010;
}
</style>
background-color css
<style>
a { background-color: #535010; }
a { background-color: rgb(83,80,16); }
div.DivClassName
{
background-color: #535010;
}
.BgClassName
{
background-color: #535010;
}
</style>
border-color css
<style>
span { border-color: #535010; }
span { border-color: rgb(83,80,16); }
td.TdClassName
{
border-color: #535010;
}
.TagClassName
{
border-color: #535010;
}
</style>