Shades of Army green #515D1A
Tints of Army green #515D1A
RGB
CMYK
RGB Variations
Color information
#515D1A (or 0x515D1A) is known color: Army green. HEX triplet: 51, 5D and 1A. RGB value is (81,93,26). Sum of RGB (Red+Green+Blue) = 81+93+26=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #515D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D1A is #AEA2E5. Grayscale: #525252. Windows color (decimal): -11444966 or 1727825. OLE color: 1727825.
HSL color Cylindrical-coordinate representation of color #515D1A: hue angle of 70.75º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #515D1A is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 26 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.64 |
| HSL | 70.75º | 0.56% | 0.23% | - |
| HSV(B) | 70.75º | 0.72% | 0.36% | - |
| XYZ | 7.49 | 9.65 | 2.45 | - |
| YUV | 81.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 26 | 0.13 | 0 | 0.72 | 0.64 | 70.75 | 0.56 | 0.23 |
| Hex | 51 | 5D | 1A | D | 0 | 48 | 40 | 47 | 38 | 17 |
| Octal | 121 | 135 | 32 | 15 | 0 | 110 | 100 | 107 | 70 | 27 |
| Binary | 1010001 | 1011101 | 11010 | 1101 | 0 | 1001000 | 1000000 | 1000111 | 111000 | 10111 |
Color Harmonies of #515D1A
Complementary color
Monochromatic Colors of #515D1A
Black with #515D1A
Text Example
Text Example
White with #515D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D1A; }
p { color: rgb(81,93,26); }
H1.HeaderClassName
{
color: #515D1A;
}
.AnyTagClassName
{
color: #515D1A;
}
</style>
background-color css
<style>
a { background-color: #515D1A; }
a { background-color: rgb(81,93,26); }
div.DivClassName
{
background-color: #515D1A;
}
.BgClassName
{
background-color: #515D1A;
}
</style>
border-color css
<style>
span { border-color: #515D1A; }
span { border-color: rgb(81,93,26); }
td.TdClassName
{
border-color: #515D1A;
}
.TagClassName
{
border-color: #515D1A;
}
</style>