Shades of Army green #535222
Tints of Army green #535222
RGB
CMYK
RGB Variations
Color information
#535222 (or 0x535222) is known color: Army green. HEX triplet: 53, 52 and 22. RGB value is (83,82,34). Sum of RGB (Red+Green+Blue) = 83+82+34=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #535222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535222 is #ACADDD. Grayscale: #4D4D4D. Windows color (decimal): -11316702 or 2249299. OLE color: 2249299.
HSL color Cylindrical-coordinate representation of color #535222: hue angle of 58.78º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #535222 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 34 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.67 |
| HSL | 58.78º | 0.42% | 0.23% | - |
| HSV(B) | 58.78º | 0.59% | 0.33% | - |
| XYZ | 6.87 | 7.99 | 2.69 | - |
| YUV | 76.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 34 | 0 | 0.01 | 0.59 | 0.67 | 58.78 | 0.42 | 0.23 |
| Hex | 53 | 52 | 22 | 0 | 1 | 3B | 43 | 3B | 2A | 17 |
| Octal | 123 | 122 | 42 | 0 | 1 | 73 | 103 | 73 | 52 | 27 |
| Binary | 1010011 | 1010010 | 100010 | 0 | 1 | 111011 | 1000011 | 111011 | 101010 | 10111 |
Color Harmonies of #535222
Complementary color
Monochromatic Colors of #535222
Black with #535222
Text Example
Text Example
White with #535222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535222; }
p { color: rgb(83,82,34); }
H1.HeaderClassName
{
color: #535222;
}
.AnyTagClassName
{
color: #535222;
}
</style>
background-color css
<style>
a { background-color: #535222; }
a { background-color: rgb(83,82,34); }
div.DivClassName
{
background-color: #535222;
}
.BgClassName
{
background-color: #535222;
}
</style>
border-color css
<style>
span { border-color: #535222; }
span { border-color: rgb(83,82,34); }
td.TdClassName
{
border-color: #535222;
}
.TagClassName
{
border-color: #535222;
}
</style>