Shades of Army green #525012
Tints of Army green #525012
RGB
CMYK
RGB Variations
Color information
#525012 (or 0x525012) is known color: Army green. HEX triplet: 52, 50 and 12. RGB value is (82,80,18). Sum of RGB (Red+Green+Blue) = 82+80+18=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #525012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525012 is #ADAFED. Grayscale: #494949. Windows color (decimal): -11382766 or 1200210. OLE color: 1200210.
HSL color Cylindrical-coordinate representation of color #525012: hue angle of 58.12º 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 #525012 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 18 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.68 |
| HSL | 58.13º | 0.64% | 0.2% | - |
| HSV(B) | 58.13º | 0.78% | 0.32% | - |
| XYZ | 6.46 | 7.57 | 1.69 | - |
| YUV | 73.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 18 | 0 | 0.02 | 0.78 | 0.68 | 58.13 | 0.64 | 0.2 |
| Hex | 52 | 50 | 12 | 0 | 2 | 4E | 44 | 3A | 40 | 14 |
| Octal | 122 | 120 | 22 | 0 | 2 | 116 | 104 | 72 | 100 | 24 |
| Binary | 1010010 | 1010000 | 10010 | 0 | 10 | 1001110 | 1000100 | 111010 | 1000000 | 10100 |
Color Harmonies of #525012
Complementary color
Monochromatic Colors of #525012
Black with #525012
Text Example
Text Example
White with #525012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525012; }
p { color: rgb(82,80,18); }
H1.HeaderClassName
{
color: #525012;
}
.AnyTagClassName
{
color: #525012;
}
</style>
background-color css
<style>
a { background-color: #525012; }
a { background-color: rgb(82,80,18); }
div.DivClassName
{
background-color: #525012;
}
.BgClassName
{
background-color: #525012;
}
</style>
border-color css
<style>
span { border-color: #525012; }
span { border-color: rgb(82,80,18); }
td.TdClassName
{
border-color: #525012;
}
.TagClassName
{
border-color: #525012;
}
</style>