Shades of Army green #505322
Tints of Army green #505322
RGB
CMYK
RGB Variations
Color information
#505322 (or 0x505322) is known color: Army green. HEX triplet: 50, 53 and 22. RGB value is (80,83,34). Sum of RGB (Red+Green+Blue) = 80+83+34=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #505322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505322 is #AFACDD. Grayscale: #4C4C4C. Windows color (decimal): -11513054 or 2249552. OLE color: 2249552.
HSL color Cylindrical-coordinate representation of color #505322: hue angle of 63.67º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #505322 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 83 | 34 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.67 |
| HSL | 63.67º | 0.42% | 0.23% | - |
| HSV(B) | 63.67º | 0.59% | 0.33% | - |
| XYZ | 6.69 | 8.01 | 2.71 | - |
| YUV | 76.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 34 | 0.04 | 0 | 0.59 | 0.67 | 63.67 | 0.42 | 0.23 |
| Hex | 50 | 53 | 22 | 4 | 0 | 3B | 43 | 40 | 2A | 17 |
| Octal | 120 | 123 | 42 | 4 | 0 | 73 | 103 | 100 | 52 | 27 |
| Binary | 1010000 | 1010011 | 100010 | 100 | 0 | 111011 | 1000011 | 1000000 | 101010 | 10111 |
Color Harmonies of #505322
Complementary color
Monochromatic Colors of #505322
Black with #505322
Text Example
Text Example
White with #505322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505322; }
p { color: rgb(80,83,34); }
H1.HeaderClassName
{
color: #505322;
}
.AnyTagClassName
{
color: #505322;
}
</style>
background-color css
<style>
a { background-color: #505322; }
a { background-color: rgb(80,83,34); }
div.DivClassName
{
background-color: #505322;
}
.BgClassName
{
background-color: #505322;
}
</style>
border-color css
<style>
span { border-color: #505322; }
span { border-color: rgb(80,83,34); }
td.TdClassName
{
border-color: #505322;
}
.TagClassName
{
border-color: #505322;
}
</style>