Shades of Army green #525322
Tints of Army green #525322
RGB
CMYK
RGB Variations
Color information
#525322 (or 0x525322) is known color: Army green. HEX triplet: 52, 53 and 22. RGB value is (82,83,34). Sum of RGB (Red+Green+Blue) = 82+83+34=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #525322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525322 is #ADACDD. Grayscale: #4D4D4D. Windows color (decimal): -11381982 or 2249554. OLE color: 2249554.
HSL color Cylindrical-coordinate representation of color #525322: hue angle of 61.22º 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 #525322 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 34 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.67 |
| HSL | 61.22º | 0.42% | 0.23% | - |
| HSV(B) | 61.22º | 0.59% | 0.33% | - |
| XYZ | 6.86 | 8.1 | 2.71 | - |
| YUV | 77.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 34 | 0.01 | 0 | 0.59 | 0.67 | 61.22 | 0.42 | 0.23 |
| Hex | 52 | 53 | 22 | 1 | 0 | 3B | 43 | 3D | 2A | 17 |
| Octal | 122 | 123 | 42 | 1 | 0 | 73 | 103 | 75 | 52 | 27 |
| Binary | 1010010 | 1010011 | 100010 | 1 | 0 | 111011 | 1000011 | 111101 | 101010 | 10111 |
Color Harmonies of #525322
Complementary color
Monochromatic Colors of #525322
Black with #525322
Text Example
Text Example
White with #525322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525322; }
p { color: rgb(82,83,34); }
H1.HeaderClassName
{
color: #525322;
}
.AnyTagClassName
{
color: #525322;
}
</style>
background-color css
<style>
a { background-color: #525322; }
a { background-color: rgb(82,83,34); }
div.DivClassName
{
background-color: #525322;
}
.BgClassName
{
background-color: #525322;
}
</style>
border-color css
<style>
span { border-color: #525322; }
span { border-color: rgb(82,83,34); }
td.TdClassName
{
border-color: #525322;
}
.TagClassName
{
border-color: #525322;
}
</style>