Shades of Army green #504E16
Tints of Army green #504E16
RGB
CMYK
RGB Variations
Color information
#504E16 (or 0x504E16) is known color: Army green. HEX triplet: 50, 4E and 16. RGB value is (80,78,22). Sum of RGB (Red+Green+Blue) = 80+78+22=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #504E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E16 is #AFB1E9. Grayscale: #484848. Windows color (decimal): -11514346 or 1461840. OLE color: 1461840.
HSL color Cylindrical-coordinate representation of color #504E16: hue angle of 57.93º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #504E16 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 22 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.69 |
| HSL | 57.93º | 0.57% | 0.2% | - |
| HSV(B) | 57.93º | 0.73% | 0.31% | - |
| XYZ | 6.18 | 7.21 | 1.83 | - |
| YUV | 72.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 22 | 0 | 0.02 | 0.72 | 0.69 | 57.93 | 0.57 | 0.2 |
| Hex | 50 | 4E | 16 | 0 | 2 | 48 | 45 | 3A | 39 | 14 |
| Octal | 120 | 116 | 26 | 0 | 2 | 110 | 105 | 72 | 71 | 24 |
| Binary | 1010000 | 1001110 | 10110 | 0 | 10 | 1001000 | 1000101 | 111010 | 111001 | 10100 |
Color Harmonies of #504E16
Complementary color
Monochromatic Colors of #504E16
Black with #504E16
Text Example
Text Example
White with #504E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E16; }
p { color: rgb(80,78,22); }
H1.HeaderClassName
{
color: #504E16;
}
.AnyTagClassName
{
color: #504E16;
}
</style>
background-color css
<style>
a { background-color: #504E16; }
a { background-color: rgb(80,78,22); }
div.DivClassName
{
background-color: #504E16;
}
.BgClassName
{
background-color: #504E16;
}
</style>
border-color css
<style>
span { border-color: #504E16; }
span { border-color: rgb(80,78,22); }
td.TdClassName
{
border-color: #504E16;
}
.TagClassName
{
border-color: #504E16;
}
</style>