Shades of Army green #524E10
Tints of Army green #524E10
RGB
CMYK
RGB Variations
Color information
#524E10 (or 0x524E10) is known color: Army green. HEX triplet: 52, 4E and 10. RGB value is (82,78,16). Sum of RGB (Red+Green+Blue) = 82+78+16=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #524E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E10 is #ADB1EF. Grayscale: #484848. Windows color (decimal): -11383280 or 1068626. OLE color: 1068626.
HSL color Cylindrical-coordinate representation of color #524E10: hue angle of 56.36º 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 #524E10 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 78 | 16 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.68 |
| HSL | 56.36º | 0.67% | 0.19% | - |
| HSV(B) | 56.36º | 0.8% | 0.32% | - |
| XYZ | 6.3 | 7.28 | 1.56 | - |
| YUV | 72.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 16 | 0 | 0.05 | 0.80 | 0.68 | 56.36 | 0.67 | 0.19 |
| Hex | 52 | 4E | 10 | 0 | 5 | 50 | 44 | 38 | 43 | 13 |
| Octal | 122 | 116 | 20 | 0 | 5 | 120 | 104 | 70 | 103 | 23 |
| Binary | 1010010 | 1001110 | 10000 | 0 | 101 | 1010000 | 1000100 | 111000 | 1000011 | 10011 |
Color Harmonies of #524E10
Complementary color
Monochromatic Colors of #524E10
Black with #524E10
Text Example
Text Example
White with #524E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E10; }
p { color: rgb(82,78,16); }
H1.HeaderClassName
{
color: #524E10;
}
.AnyTagClassName
{
color: #524E10;
}
</style>
background-color css
<style>
a { background-color: #524E10; }
a { background-color: rgb(82,78,16); }
div.DivClassName
{
background-color: #524E10;
}
.BgClassName
{
background-color: #524E10;
}
</style>
border-color css
<style>
span { border-color: #524E10; }
span { border-color: rgb(82,78,16); }
td.TdClassName
{
border-color: #524E10;
}
.TagClassName
{
border-color: #524E10;
}
</style>