Shades of Army green #515819
Tints of Army green #515819
RGB
CMYK
RGB Variations
Color information
#515819 (or 0x515819) is known color: Army green. HEX triplet: 51, 58 and 19. RGB value is (81,88,25). Sum of RGB (Red+Green+Blue) = 81+88+25=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #515819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515819 is #AEA7E6. Grayscale: #4E4E4E. Windows color (decimal): -11446247 or 1661009. OLE color: 1661009.
HSL color Cylindrical-coordinate representation of color #515819: hue angle of 66.67º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #515819 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 88 | 25 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.65 |
| HSL | 66.67º | 0.56% | 0.22% | - |
| HSV(B) | 66.67º | 0.72% | 0.35% | - |
| XYZ | 7.06 | 8.8 | 2.25 | - |
| YUV | 78.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 25 | 0.08 | 0 | 0.72 | 0.65 | 66.67 | 0.56 | 0.22 |
| Hex | 51 | 58 | 19 | 8 | 0 | 48 | 41 | 43 | 38 | 16 |
| Octal | 121 | 130 | 31 | 10 | 0 | 110 | 101 | 103 | 70 | 26 |
| Binary | 1010001 | 1011000 | 11001 | 1000 | 0 | 1001000 | 1000001 | 1000011 | 111000 | 10110 |
Color Harmonies of #515819
Complementary color
Monochromatic Colors of #515819
Black with #515819
Text Example
Text Example
White with #515819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515819; }
p { color: rgb(81,88,25); }
H1.HeaderClassName
{
color: #515819;
}
.AnyTagClassName
{
color: #515819;
}
</style>
background-color css
<style>
a { background-color: #515819; }
a { background-color: rgb(81,88,25); }
div.DivClassName
{
background-color: #515819;
}
.BgClassName
{
background-color: #515819;
}
</style>
border-color css
<style>
span { border-color: #515819; }
span { border-color: rgb(81,88,25); }
td.TdClassName
{
border-color: #515819;
}
.TagClassName
{
border-color: #515819;
}
</style>