Shades of Army green #505422
Tints of Army green #505422
RGB
CMYK
RGB Variations
Color information
#505422 (or 0x505422) is known color: Army green. HEX triplet: 50, 54 and 22. RGB value is (80,84,34). Sum of RGB (Red+Green+Blue) = 80+84+34=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #505422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505422 is #AFABDD. Grayscale: #4D4D4D. Windows color (decimal): -11512798 or 2249808. OLE color: 2249808.
HSL color Cylindrical-coordinate representation of color #505422: hue angle of 64.8º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #505422 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 34 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.67 |
| HSL | 64.8º | 0.42% | 0.23% | - |
| HSV(B) | 64.8º | 0.6% | 0.33% | - |
| XYZ | 6.77 | 8.16 | 2.73 | - |
| YUV | 77.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 34 | 0.05 | 0 | 0.60 | 0.67 | 64.8 | 0.42 | 0.23 |
| Hex | 50 | 54 | 22 | 5 | 0 | 3C | 43 | 41 | 2A | 17 |
| Octal | 120 | 124 | 42 | 5 | 0 | 74 | 103 | 101 | 52 | 27 |
| Binary | 1010000 | 1010100 | 100010 | 101 | 0 | 111100 | 1000011 | 1000001 | 101010 | 10111 |
Color Harmonies of #505422
Complementary color
Monochromatic Colors of #505422
Black with #505422
Text Example
Text Example
White with #505422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505422; }
p { color: rgb(80,84,34); }
H1.HeaderClassName
{
color: #505422;
}
.AnyTagClassName
{
color: #505422;
}
</style>
background-color css
<style>
a { background-color: #505422; }
a { background-color: rgb(80,84,34); }
div.DivClassName
{
background-color: #505422;
}
.BgClassName
{
background-color: #505422;
}
</style>
border-color css
<style>
span { border-color: #505422; }
span { border-color: rgb(80,84,34); }
td.TdClassName
{
border-color: #505422;
}
.TagClassName
{
border-color: #505422;
}
</style>