Shades of Army green #515122
Tints of Army green #515122
RGB
CMYK
RGB Variations
Color information
#515122 (or 0x515122) is known color: Army green. HEX triplet: 51, 51 and 22. RGB value is (81,81,34). Sum of RGB (Red+Green+Blue) = 81+81+34=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515122 is #AEAEDD. Grayscale: #4B4B4B. Windows color (decimal): -11448030 or 2249041. OLE color: 2249041.
HSL color Cylindrical-coordinate representation of color #515122: hue angle of 60º 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 #515122 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 34 | - |
| CMYK | 0 | 0 | 0.58 | 0.68 |
| HSL | 60º | 0.41% | 0.23% | - |
| HSV(B) | 60º | 0.58% | 0.32% | - |
| XYZ | 6.62 | 7.75 | 2.66 | - |
| YUV | 75.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 34 | 0 | 0 | 0.58 | 0.68 | 60 | 0.41 | 0.23 |
| Hex | 51 | 51 | 22 | 0 | 0 | 3A | 44 | 3C | 29 | 17 |
| Octal | 121 | 121 | 42 | 0 | 0 | 72 | 104 | 74 | 51 | 27 |
| Binary | 1010001 | 1010001 | 100010 | 0 | 0 | 111010 | 1000100 | 111100 | 101001 | 10111 |
Color Harmonies of #515122
Complementary color
Monochromatic Colors of #515122
Black with #515122
Text Example
Text Example
White with #515122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515122; }
p { color: rgb(81,81,34); }
H1.HeaderClassName
{
color: #515122;
}
.AnyTagClassName
{
color: #515122;
}
</style>
background-color css
<style>
a { background-color: #515122; }
a { background-color: rgb(81,81,34); }
div.DivClassName
{
background-color: #515122;
}
.BgClassName
{
background-color: #515122;
}
</style>
border-color css
<style>
span { border-color: #515122; }
span { border-color: rgb(81,81,34); }
td.TdClassName
{
border-color: #515122;
}
.TagClassName
{
border-color: #515122;
}
</style>