Shades of Army green #515719
Tints of Army green #515719
RGB
CMYK
RGB Variations
Color information
#515719 (or 0x515719) is known color: Army green. HEX triplet: 51, 57 and 19. RGB value is (81,87,25). Sum of RGB (Red+Green+Blue) = 81+87+25=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #515719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515719 is #AEA8E6. Grayscale: #4E4E4E. Windows color (decimal): -11446503 or 1660753. OLE color: 1660753.
HSL color Cylindrical-coordinate representation of color #515719: hue angle of 65.81º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #515719 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 25 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.66 |
| HSL | 65.81º | 0.55% | 0.22% | - |
| HSV(B) | 65.81º | 0.71% | 0.34% | - |
| XYZ | 6.98 | 8.64 | 2.22 | - |
| YUV | 78.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 25 | 0.07 | 0 | 0.71 | 0.66 | 65.81 | 0.55 | 0.22 |
| Hex | 51 | 57 | 19 | 7 | 0 | 47 | 42 | 42 | 37 | 16 |
| Octal | 121 | 127 | 31 | 7 | 0 | 107 | 102 | 102 | 67 | 26 |
| Binary | 1010001 | 1010111 | 11001 | 111 | 0 | 1000111 | 1000010 | 1000010 | 110111 | 10110 |
Color Harmonies of #515719
Complementary color
Monochromatic Colors of #515719
Black with #515719
Text Example
Text Example
White with #515719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515719; }
p { color: rgb(81,87,25); }
H1.HeaderClassName
{
color: #515719;
}
.AnyTagClassName
{
color: #515719;
}
</style>
background-color css
<style>
a { background-color: #515719; }
a { background-color: rgb(81,87,25); }
div.DivClassName
{
background-color: #515719;
}
.BgClassName
{
background-color: #515719;
}
</style>
border-color css
<style>
span { border-color: #515719; }
span { border-color: rgb(81,87,25); }
td.TdClassName
{
border-color: #515719;
}
.TagClassName
{
border-color: #515719;
}
</style>