Shades of Army green #525223
Tints of Army green #525223
RGB
CMYK
RGB Variations
Color information
#525223 (or 0x525223) is known color: Army green. HEX triplet: 52, 52 and 23. RGB value is (82,82,35). Sum of RGB (Red+Green+Blue) = 82+82+35=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525223 is #ADADDC. Grayscale: #4C4C4C. Windows color (decimal): -11382237 or 2314834. OLE color: 2314834.
HSL color Cylindrical-coordinate representation of color #525223: hue angle of 60º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #525223 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 82 | 35 | - |
| CMYK | 0 | 0 | 0.57 | 0.68 |
| HSL | 60º | 0.4% | 0.23% | - |
| HSV(B) | 60º | 0.57% | 0.32% | - |
| XYZ | 6.8 | 7.95 | 2.77 | - |
| YUV | 76.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 82 | 35 | 0 | 0 | 0.57 | 0.68 | 60 | 0.4 | 0.23 |
| Hex | 52 | 52 | 23 | 0 | 0 | 39 | 44 | 3C | 28 | 17 |
| Octal | 122 | 122 | 43 | 0 | 0 | 71 | 104 | 74 | 50 | 27 |
| Binary | 1010010 | 1010010 | 100011 | 0 | 0 | 111001 | 1000100 | 111100 | 101000 | 10111 |
Color Harmonies of #525223
Complementary color
Monochromatic Colors of #525223
Black with #525223
Text Example
Text Example
White with #525223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525223; }
p { color: rgb(82,82,35); }
H1.HeaderClassName
{
color: #525223;
}
.AnyTagClassName
{
color: #525223;
}
</style>
background-color css
<style>
a { background-color: #525223; }
a { background-color: rgb(82,82,35); }
div.DivClassName
{
background-color: #525223;
}
.BgClassName
{
background-color: #525223;
}
</style>
border-color css
<style>
span { border-color: #525223; }
span { border-color: rgb(82,82,35); }
td.TdClassName
{
border-color: #525223;
}
.TagClassName
{
border-color: #525223;
}
</style>