Shades of Army green #504F12
Tints of Army green #504F12
RGB
CMYK
RGB Variations
Color information
#504F12 (or 0x504F12) is known color: Army green. HEX triplet: 50, 4F and 12. RGB value is (80,79,18). Sum of RGB (Red+Green+Blue) = 80+79+18=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #504F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F12 is #AFB0ED. Grayscale: #484848. Windows color (decimal): -11514094 or 1199952. OLE color: 1199952.
HSL color Cylindrical-coordinate representation of color #504F12: hue angle of 59.03º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #504F12 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 18 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.69 |
| HSL | 59.03º | 0.63% | 0.19% | - |
| HSV(B) | 59.03º | 0.78% | 0.31% | - |
| XYZ | 6.21 | 7.34 | 1.66 | - |
| YUV | 72.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 18 | 0 | 0.01 | 0.78 | 0.69 | 59.03 | 0.63 | 0.19 |
| Hex | 50 | 4F | 12 | 0 | 1 | 4E | 45 | 3B | 3F | 13 |
| Octal | 120 | 117 | 22 | 0 | 1 | 116 | 105 | 73 | 77 | 23 |
| Binary | 1010000 | 1001111 | 10010 | 0 | 1 | 1001110 | 1000101 | 111011 | 111111 | 10011 |
Color Harmonies of #504F12
Complementary color
Monochromatic Colors of #504F12
Black with #504F12
Text Example
Text Example
White with #504F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F12; }
p { color: rgb(80,79,18); }
H1.HeaderClassName
{
color: #504F12;
}
.AnyTagClassName
{
color: #504F12;
}
</style>
background-color css
<style>
a { background-color: #504F12; }
a { background-color: rgb(80,79,18); }
div.DivClassName
{
background-color: #504F12;
}
.BgClassName
{
background-color: #504F12;
}
</style>
border-color css
<style>
span { border-color: #504F12; }
span { border-color: rgb(80,79,18); }
td.TdClassName
{
border-color: #504F12;
}
.TagClassName
{
border-color: #504F12;
}
</style>