Shades of Army green #525422
Tints of Army green #525422
RGB
CMYK
RGB Variations
Color information
#525422 (or 0x525422) is known color: Army green. HEX triplet: 52, 54 and 22. RGB value is (82,84,34). Sum of RGB (Red+Green+Blue) = 82+84+34=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #525422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525422 is #ADABDD. Grayscale: #4D4D4D. Windows color (decimal): -11381726 or 2249810. OLE color: 2249810.
HSL color Cylindrical-coordinate representation of color #525422: hue angle of 62.4º 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 #525422 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 34 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.67 |
| HSL | 62.4º | 0.42% | 0.23% | - |
| HSV(B) | 62.4º | 0.6% | 0.33% | - |
| XYZ | 6.94 | 8.25 | 2.74 | - |
| YUV | 77.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 34 | 0.02 | 0 | 0.60 | 0.67 | 62.4 | 0.42 | 0.23 |
| Hex | 52 | 54 | 22 | 2 | 0 | 3C | 43 | 3E | 2A | 17 |
| Octal | 122 | 124 | 42 | 2 | 0 | 74 | 103 | 76 | 52 | 27 |
| Binary | 1010010 | 1010100 | 100010 | 10 | 0 | 111100 | 1000011 | 111110 | 101010 | 10111 |
Color Harmonies of #525422
Complementary color
Monochromatic Colors of #525422
Black with #525422
Text Example
Text Example
White with #525422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525422; }
p { color: rgb(82,84,34); }
H1.HeaderClassName
{
color: #525422;
}
.AnyTagClassName
{
color: #525422;
}
</style>
background-color css
<style>
a { background-color: #525422; }
a { background-color: rgb(82,84,34); }
div.DivClassName
{
background-color: #525422;
}
.BgClassName
{
background-color: #525422;
}
</style>
border-color css
<style>
span { border-color: #525422; }
span { border-color: rgb(82,84,34); }
td.TdClassName
{
border-color: #525422;
}
.TagClassName
{
border-color: #525422;
}
</style>