Shades of Army green #515222
Tints of Army green #515222
RGB
CMYK
RGB Variations
Color information
#515222 (or 0x515222) is known color: Army green. HEX triplet: 51, 52 and 22. RGB value is (81,82,34). Sum of RGB (Red+Green+Blue) = 81+82+34=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #515222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515222 is #AEADDD. Grayscale: #4C4C4C. Windows color (decimal): -11447774 or 2249297. OLE color: 2249297.
HSL color Cylindrical-coordinate representation of color #515222: hue angle of 61.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #515222 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 34 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.68 |
| HSL | 61.25º | 0.41% | 0.23% | - |
| HSV(B) | 61.25º | 0.59% | 0.32% | - |
| XYZ | 6.7 | 7.9 | 2.69 | - |
| YUV | 76.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 34 | 0.01 | 0 | 0.59 | 0.68 | 61.25 | 0.41 | 0.23 |
| Hex | 51 | 52 | 22 | 1 | 0 | 3B | 44 | 3D | 29 | 17 |
| Octal | 121 | 122 | 42 | 1 | 0 | 73 | 104 | 75 | 51 | 27 |
| Binary | 1010001 | 1010010 | 100010 | 1 | 0 | 111011 | 1000100 | 111101 | 101001 | 10111 |
Color Harmonies of #515222
Complementary color
Monochromatic Colors of #515222
Black with #515222
Text Example
Text Example
White with #515222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515222; }
p { color: rgb(81,82,34); }
H1.HeaderClassName
{
color: #515222;
}
.AnyTagClassName
{
color: #515222;
}
</style>
background-color css
<style>
a { background-color: #515222; }
a { background-color: rgb(81,82,34); }
div.DivClassName
{
background-color: #515222;
}
.BgClassName
{
background-color: #515222;
}
</style>
border-color css
<style>
span { border-color: #515222; }
span { border-color: rgb(81,82,34); }
td.TdClassName
{
border-color: #515222;
}
.TagClassName
{
border-color: #515222;
}
</style>