Shades of Army green #525010
Tints of Army green #525010
RGB
CMYK
RGB Variations
Color information
#525010 (or 0x525010) is known color: Army green. HEX triplet: 52, 50 and 10. RGB value is (82,80,16). Sum of RGB (Red+Green+Blue) = 82+80+16=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #525010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525010 is #ADAFEF. Grayscale: #494949. Windows color (decimal): -11382768 or 1069138. OLE color: 1069138.
HSL color Cylindrical-coordinate representation of color #525010: hue angle of 58.18º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #525010 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 16 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.68 |
| HSL | 58.18º | 0.67% | 0.19% | - |
| HSV(B) | 58.18º | 0.8% | 0.32% | - |
| XYZ | 6.44 | 7.57 | 1.61 | - |
| YUV | 73.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 16 | 0 | 0.02 | 0.80 | 0.68 | 58.18 | 0.67 | 0.19 |
| Hex | 52 | 50 | 10 | 0 | 2 | 50 | 44 | 3A | 43 | 13 |
| Octal | 122 | 120 | 20 | 0 | 2 | 120 | 104 | 72 | 103 | 23 |
| Binary | 1010010 | 1010000 | 10000 | 0 | 10 | 1010000 | 1000100 | 111010 | 1000011 | 10011 |
Color Harmonies of #525010
Complementary color
Monochromatic Colors of #525010
Black with #525010
Text Example
Text Example
White with #525010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525010; }
p { color: rgb(82,80,16); }
H1.HeaderClassName
{
color: #525010;
}
.AnyTagClassName
{
color: #525010;
}
</style>
background-color css
<style>
a { background-color: #525010; }
a { background-color: rgb(82,80,16); }
div.DivClassName
{
background-color: #525010;
}
.BgClassName
{
background-color: #525010;
}
</style>
border-color css
<style>
span { border-color: #525010; }
span { border-color: rgb(82,80,16); }
td.TdClassName
{
border-color: #525010;
}
.TagClassName
{
border-color: #525010;
}
</style>