Shades of Army green #525622
Tints of Army green #525622
RGB
CMYK
RGB Variations
Color information
#525622 (or 0x525622) is known color: Army green. HEX triplet: 52, 56 and 22. RGB value is (82,86,34). Sum of RGB (Red+Green+Blue) = 82+86+34=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #525622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525622 is #ADA9DD. Grayscale: #4F4F4F. Windows color (decimal): -11381214 or 2250322. OLE color: 2250322.
HSL color Cylindrical-coordinate representation of color #525622: hue angle of 64.62º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #525622 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 34 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.66 |
| HSL | 64.62º | 0.43% | 0.24% | - |
| HSV(B) | 64.62º | 0.6% | 0.34% | - |
| XYZ | 7.1 | 8.56 | 2.79 | - |
| YUV | 78.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 34 | 0.05 | 0 | 0.60 | 0.66 | 64.62 | 0.43 | 0.24 |
| Hex | 52 | 56 | 22 | 5 | 0 | 3C | 42 | 41 | 2B | 18 |
| Octal | 122 | 126 | 42 | 5 | 0 | 74 | 102 | 101 | 53 | 30 |
| Binary | 1010010 | 1010110 | 100010 | 101 | 0 | 111100 | 1000010 | 1000001 | 101011 | 11000 |
Color Harmonies of #525622
Complementary color
Monochromatic Colors of #525622
Black with #525622
Text Example
Text Example
White with #525622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525622; }
p { color: rgb(82,86,34); }
H1.HeaderClassName
{
color: #525622;
}
.AnyTagClassName
{
color: #525622;
}
</style>
background-color css
<style>
a { background-color: #525622; }
a { background-color: rgb(82,86,34); }
div.DivClassName
{
background-color: #525622;
}
.BgClassName
{
background-color: #525622;
}
</style>
border-color css
<style>
span { border-color: #525622; }
span { border-color: rgb(82,86,34); }
td.TdClassName
{
border-color: #525622;
}
.TagClassName
{
border-color: #525622;
}
</style>