Shades of Army green #525219
Tints of Army green #525219
RGB
CMYK
RGB Variations
Color information
#525219 (or 0x525219) is known color: Army green. HEX triplet: 52, 52 and 19. RGB value is (82,82,25). Sum of RGB (Red+Green+Blue) = 82+82+25=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525219 is #ADADE6. Grayscale: #4B4B4B. Windows color (decimal): -11382247 or 1659474. OLE color: 1659474.
HSL color Cylindrical-coordinate representation of color #525219: hue angle of 60º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #525219 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 82 | 25 | - |
| CMYK | 0 | 0 | 0.70 | 0.68 |
| HSL | 60º | 0.53% | 0.21% | - |
| HSV(B) | 60º | 0.7% | 0.32% | - |
| XYZ | 6.67 | 7.9 | 2.09 | - |
| YUV | 75.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 82 | 25 | 0 | 0 | 0.70 | 0.68 | 60 | 0.53 | 0.21 |
| Hex | 52 | 52 | 19 | 0 | 0 | 46 | 44 | 3C | 35 | 15 |
| Octal | 122 | 122 | 31 | 0 | 0 | 106 | 104 | 74 | 65 | 25 |
| Binary | 1010010 | 1010010 | 11001 | 0 | 0 | 1000110 | 1000100 | 111100 | 110101 | 10101 |
Color Harmonies of #525219
Complementary color
Monochromatic Colors of #525219
Black with #525219
Text Example
Text Example
White with #525219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525219; }
p { color: rgb(82,82,25); }
H1.HeaderClassName
{
color: #525219;
}
.AnyTagClassName
{
color: #525219;
}
</style>
background-color css
<style>
a { background-color: #525219; }
a { background-color: rgb(82,82,25); }
div.DivClassName
{
background-color: #525219;
}
.BgClassName
{
background-color: #525219;
}
</style>
border-color css
<style>
span { border-color: #525219; }
span { border-color: rgb(82,82,25); }
td.TdClassName
{
border-color: #525219;
}
.TagClassName
{
border-color: #525219;
}
</style>