Shades of Army green #505017
Tints of Army green #505017
RGB
CMYK
RGB Variations
Color information
#505017 (or 0x505017) is known color: Army green. HEX triplet: 50, 50 and 17. RGB value is (80,80,23). Sum of RGB (Red+Green+Blue) = 80+80+23=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505017 is #AFAFE8. Grayscale: #494949. Windows color (decimal): -11513833 or 1527888. OLE color: 1527888.
HSL color Cylindrical-coordinate representation of color #505017: hue angle of 60º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #505017 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 80 | 23 | - |
| CMYK | 0 | 0 | 0.71 | 0.69 |
| HSL | 60º | 0.55% | 0.2% | - |
| HSV(B) | 60º | 0.71% | 0.31% | - |
| XYZ | 6.33 | 7.5 | 1.93 | - |
| YUV | 73.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 23 | 0 | 0 | 0.71 | 0.69 | 60 | 0.55 | 0.2 |
| Hex | 50 | 50 | 17 | 0 | 0 | 47 | 45 | 3C | 37 | 14 |
| Octal | 120 | 120 | 27 | 0 | 0 | 107 | 105 | 74 | 67 | 24 |
| Binary | 1010000 | 1010000 | 10111 | 0 | 0 | 1000111 | 1000101 | 111100 | 110111 | 10100 |
Color Harmonies of #505017
Complementary color
Monochromatic Colors of #505017
Black with #505017
Text Example
Text Example
White with #505017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505017; }
p { color: rgb(80,80,23); }
H1.HeaderClassName
{
color: #505017;
}
.AnyTagClassName
{
color: #505017;
}
</style>
background-color css
<style>
a { background-color: #505017; }
a { background-color: rgb(80,80,23); }
div.DivClassName
{
background-color: #505017;
}
.BgClassName
{
background-color: #505017;
}
</style>
border-color css
<style>
span { border-color: #505017; }
span { border-color: rgb(80,80,23); }
td.TdClassName
{
border-color: #505017;
}
.TagClassName
{
border-color: #505017;
}
</style>