Shades of Army green #505124
Tints of Army green #505124
RGB
CMYK
RGB Variations
Color information
#505124 (or 0x505124) is known color: Army green. HEX triplet: 50, 51 and 24. RGB value is (80,81,36). Sum of RGB (Red+Green+Blue) = 80+81+36=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #505124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505124 is #AFAEDB. Grayscale: #4B4B4B. Windows color (decimal): -11513564 or 2380112. OLE color: 2380112.
HSL color Cylindrical-coordinate representation of color #505124: hue angle of 61.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #505124 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 81 | 36 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.68 |
| HSL | 61.33º | 0.38% | 0.23% | - |
| HSV(B) | 61.33º | 0.56% | 0.32% | - |
| XYZ | 6.57 | 7.72 | 2.81 | - |
| YUV | 75.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 36 | 0.01 | 0 | 0.56 | 0.68 | 61.33 | 0.38 | 0.23 |
| Hex | 50 | 51 | 24 | 1 | 0 | 38 | 44 | 3D | 26 | 17 |
| Octal | 120 | 121 | 44 | 1 | 0 | 70 | 104 | 75 | 46 | 27 |
| Binary | 1010000 | 1010001 | 100100 | 1 | 0 | 111000 | 1000100 | 111101 | 100110 | 10111 |
Color Harmonies of #505124
Complementary color
Monochromatic Colors of #505124
Black with #505124
Text Example
Text Example
White with #505124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505124; }
p { color: rgb(80,81,36); }
H1.HeaderClassName
{
color: #505124;
}
.AnyTagClassName
{
color: #505124;
}
</style>
background-color css
<style>
a { background-color: #505124; }
a { background-color: rgb(80,81,36); }
div.DivClassName
{
background-color: #505124;
}
.BgClassName
{
background-color: #505124;
}
</style>
border-color css
<style>
span { border-color: #505124; }
span { border-color: rgb(80,81,36); }
td.TdClassName
{
border-color: #505124;
}
.TagClassName
{
border-color: #505124;
}
</style>