Shades of Army green #525119
Tints of Army green #525119
RGB
CMYK
RGB Variations
Color information
#525119 (or 0x525119) is known color: Army green. HEX triplet: 52, 51 and 19. RGB value is (82,81,25). Sum of RGB (Red+Green+Blue) = 82+81+25=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #525119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525119 is #ADAEE6. Grayscale: #4B4B4B. Windows color (decimal): -11382503 or 1659218. OLE color: 1659218.
HSL color Cylindrical-coordinate representation of color #525119: hue angle of 58.95º 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 #525119 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 25 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.68 |
| HSL | 58.95º | 0.53% | 0.21% | - |
| HSV(B) | 58.95º | 0.7% | 0.32% | - |
| XYZ | 6.6 | 7.75 | 2.07 | - |
| YUV | 74.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 25 | 0 | 0.01 | 0.70 | 0.68 | 58.95 | 0.53 | 0.21 |
| Hex | 52 | 51 | 19 | 0 | 1 | 46 | 44 | 3B | 35 | 15 |
| Octal | 122 | 121 | 31 | 0 | 1 | 106 | 104 | 73 | 65 | 25 |
| Binary | 1010010 | 1010001 | 11001 | 0 | 1 | 1000110 | 1000100 | 111011 | 110101 | 10101 |
Color Harmonies of #525119
Complementary color
Monochromatic Colors of #525119
Black with #525119
Text Example
Text Example
White with #525119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525119; }
p { color: rgb(82,81,25); }
H1.HeaderClassName
{
color: #525119;
}
.AnyTagClassName
{
color: #525119;
}
</style>
background-color css
<style>
a { background-color: #525119; }
a { background-color: rgb(82,81,25); }
div.DivClassName
{
background-color: #525119;
}
.BgClassName
{
background-color: #525119;
}
</style>
border-color css
<style>
span { border-color: #525119; }
span { border-color: rgb(82,81,25); }
td.TdClassName
{
border-color: #525119;
}
.TagClassName
{
border-color: #525119;
}
</style>