Shades of Army green #525112
Tints of Army green #525112
RGB
CMYK
RGB Variations
Color information
#525112 (or 0x525112) is known color: Army green. HEX triplet: 52, 51 and 12. RGB value is (82,81,18). Sum of RGB (Red+Green+Blue) = 82+81+18=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #525112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525112 is #ADAEED. Grayscale: #4A4A4A. Windows color (decimal): -11382510 or 1200466. OLE color: 1200466.
HSL color Cylindrical-coordinate representation of color #525112: hue angle of 59.06º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #525112 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 18 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.68 |
| HSL | 59.06º | 0.64% | 0.2% | - |
| HSV(B) | 59.06º | 0.78% | 0.32% | - |
| XYZ | 6.53 | 7.72 | 1.72 | - |
| YUV | 74.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 18 | 0 | 0.01 | 0.78 | 0.68 | 59.06 | 0.64 | 0.2 |
| Hex | 52 | 51 | 12 | 0 | 1 | 4E | 44 | 3B | 40 | 14 |
| Octal | 122 | 121 | 22 | 0 | 1 | 116 | 104 | 73 | 100 | 24 |
| Binary | 1010010 | 1010001 | 10010 | 0 | 1 | 1001110 | 1000100 | 111011 | 1000000 | 10100 |
Color Harmonies of #525112
Complementary color
Monochromatic Colors of #525112
Black with #525112
Text Example
Text Example
White with #525112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525112; }
p { color: rgb(82,81,18); }
H1.HeaderClassName
{
color: #525112;
}
.AnyTagClassName
{
color: #525112;
}
</style>
background-color css
<style>
a { background-color: #525112; }
a { background-color: rgb(82,81,18); }
div.DivClassName
{
background-color: #525112;
}
.BgClassName
{
background-color: #525112;
}
</style>
border-color css
<style>
span { border-color: #525112; }
span { border-color: rgb(82,81,18); }
td.TdClassName
{
border-color: #525112;
}
.TagClassName
{
border-color: #525112;
}
</style>