Shades of Army green #504E15
Tints of Army green #504E15
RGB
CMYK
RGB Variations
Color information
#504E15 (or 0x504E15) is known color: Army green. HEX triplet: 50, 4E and 15. RGB value is (80,78,21). Sum of RGB (Red+Green+Blue) = 80+78+21=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #504E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E15 is #AFB1EA. Grayscale: #484848. Windows color (decimal): -11514347 or 1396304. OLE color: 1396304.
HSL color Cylindrical-coordinate representation of color #504E15: hue angle of 57.97º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #504E15 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 21 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.69 |
| HSL | 57.97º | 0.58% | 0.2% | - |
| HSV(B) | 57.97º | 0.74% | 0.31% | - |
| XYZ | 6.17 | 7.21 | 1.78 | - |
| YUV | 72.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 21 | 0 | 0.02 | 0.74 | 0.69 | 57.97 | 0.58 | 0.2 |
| Hex | 50 | 4E | 15 | 0 | 2 | 4A | 45 | 3A | 3A | 14 |
| Octal | 120 | 116 | 25 | 0 | 2 | 112 | 105 | 72 | 72 | 24 |
| Binary | 1010000 | 1001110 | 10101 | 0 | 10 | 1001010 | 1000101 | 111010 | 111010 | 10100 |
Color Harmonies of #504E15
Complementary color
Monochromatic Colors of #504E15
Black with #504E15
Text Example
Text Example
White with #504E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E15; }
p { color: rgb(80,78,21); }
H1.HeaderClassName
{
color: #504E15;
}
.AnyTagClassName
{
color: #504E15;
}
</style>
background-color css
<style>
a { background-color: #504E15; }
a { background-color: rgb(80,78,21); }
div.DivClassName
{
background-color: #504E15;
}
.BgClassName
{
background-color: #504E15;
}
</style>
border-color css
<style>
span { border-color: #504E15; }
span { border-color: rgb(80,78,21); }
td.TdClassName
{
border-color: #504E15;
}
.TagClassName
{
border-color: #504E15;
}
</style>