Shades of Army green #515C19
Tints of Army green #515C19
RGB
CMYK
RGB Variations
Color information
#515C19 (or 0x515C19) is known color: Army green. HEX triplet: 51, 5C and 19. RGB value is (81,92,25). Sum of RGB (Red+Green+Blue) = 81+92+25=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 92 - color contains mainly: green. Hex color #515C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515C19 is #AEA3E6. Grayscale: #515151. Windows color (decimal): -11445223 or 1662033. OLE color: 1662033.
HSL color Cylindrical-coordinate representation of color #515C19: hue angle of 69.85º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #515C19 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 25 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.64 |
| HSL | 69.85º | 0.57% | 0.23% | - |
| HSV(B) | 69.85º | 0.73% | 0.36% | - |
| XYZ | 7.4 | 9.47 | 2.36 | - |
| YUV | 81.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 25 | 0.12 | 0 | 0.73 | 0.64 | 69.85 | 0.57 | 0.23 |
| Hex | 51 | 5C | 19 | C | 0 | 49 | 40 | 46 | 39 | 17 |
| Octal | 121 | 134 | 31 | 14 | 0 | 111 | 100 | 106 | 71 | 27 |
| Binary | 1010001 | 1011100 | 11001 | 1100 | 0 | 1001001 | 1000000 | 1000110 | 111001 | 10111 |
Color Harmonies of #515C19
Complementary color
Monochromatic Colors of #515C19
Black with #515C19
Text Example
Text Example
White with #515C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C19; }
p { color: rgb(81,92,25); }
H1.HeaderClassName
{
color: #515C19;
}
.AnyTagClassName
{
color: #515C19;
}
</style>
background-color css
<style>
a { background-color: #515C19; }
a { background-color: rgb(81,92,25); }
div.DivClassName
{
background-color: #515C19;
}
.BgClassName
{
background-color: #515C19;
}
</style>
border-color css
<style>
span { border-color: #515C19; }
span { border-color: rgb(81,92,25); }
td.TdClassName
{
border-color: #515C19;
}
.TagClassName
{
border-color: #515C19;
}
</style>