Shades of Army green #515022
Tints of Army green #515022
RGB
CMYK
RGB Variations
Color information
#515022 (or 0x515022) is known color: Army green. HEX triplet: 51, 50 and 22. RGB value is (81,80,34). Sum of RGB (Red+Green+Blue) = 81+80+34=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #515022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515022 is #AEAFDD. Grayscale: #4B4B4B. Windows color (decimal): -11448286 or 2248785. OLE color: 2248785.
HSL color Cylindrical-coordinate representation of color #515022: hue angle of 58.72º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #515022 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 80 | 34 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.68 |
| HSL | 58.72º | 0.41% | 0.23% | - |
| HSV(B) | 58.72º | 0.58% | 0.32% | - |
| XYZ | 6.55 | 7.6 | 2.64 | - |
| YUV | 75.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 34 | 0 | 0.01 | 0.58 | 0.68 | 58.72 | 0.41 | 0.23 |
| Hex | 51 | 50 | 22 | 0 | 1 | 3A | 44 | 3B | 29 | 17 |
| Octal | 121 | 120 | 42 | 0 | 1 | 72 | 104 | 73 | 51 | 27 |
| Binary | 1010001 | 1010000 | 100010 | 0 | 1 | 111010 | 1000100 | 111011 | 101001 | 10111 |
Color Harmonies of #515022
Complementary color
Monochromatic Colors of #515022
Black with #515022
Text Example
Text Example
White with #515022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515022; }
p { color: rgb(81,80,34); }
H1.HeaderClassName
{
color: #515022;
}
.AnyTagClassName
{
color: #515022;
}
</style>
background-color css
<style>
a { background-color: #515022; }
a { background-color: rgb(81,80,34); }
div.DivClassName
{
background-color: #515022;
}
.BgClassName
{
background-color: #515022;
}
</style>
border-color css
<style>
span { border-color: #515022; }
span { border-color: rgb(81,80,34); }
td.TdClassName
{
border-color: #515022;
}
.TagClassName
{
border-color: #515022;
}
</style>