Shades of Army green #535422
Tints of Army green #535422
RGB
CMYK
RGB Variations
Color information
#535422 (or 0x535422) is known color: Army green. HEX triplet: 53, 54 and 22. RGB value is (83,84,34). Sum of RGB (Red+Green+Blue) = 83+84+34=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #535422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535422 is #ACABDD. Grayscale: #4E4E4E. Windows color (decimal): -11316190 or 2249811. OLE color: 2249811.
HSL color Cylindrical-coordinate representation of color #535422: hue angle of 61.2º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535422 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 84 | 34 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.67 |
| HSL | 61.2º | 0.42% | 0.23% | - |
| HSV(B) | 61.2º | 0.6% | 0.33% | - |
| XYZ | 7.03 | 8.3 | 2.74 | - |
| YUV | 78 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 34 | 0.01 | 0 | 0.60 | 0.67 | 61.2 | 0.42 | 0.23 |
| Hex | 53 | 54 | 22 | 1 | 0 | 3C | 43 | 3D | 2A | 17 |
| Octal | 123 | 124 | 42 | 1 | 0 | 74 | 103 | 75 | 52 | 27 |
| Binary | 1010011 | 1010100 | 100010 | 1 | 0 | 111100 | 1000011 | 111101 | 101010 | 10111 |
Color Harmonies of #535422
Complementary color
Monochromatic Colors of #535422
Black with #535422
Text Example
Text Example
White with #535422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535422; }
p { color: rgb(83,84,34); }
H1.HeaderClassName
{
color: #535422;
}
.AnyTagClassName
{
color: #535422;
}
</style>
background-color css
<style>
a { background-color: #535422; }
a { background-color: rgb(83,84,34); }
div.DivClassName
{
background-color: #535422;
}
.BgClassName
{
background-color: #535422;
}
</style>
border-color css
<style>
span { border-color: #535422; }
span { border-color: rgb(83,84,34); }
td.TdClassName
{
border-color: #535422;
}
.TagClassName
{
border-color: #535422;
}
</style>