Shades of Army green #515515
Tints of Army green #515515
RGB
CMYK
RGB Variations
Color information
#515515 (or 0x515515) is known color: Army green. HEX triplet: 51, 55 and 15. RGB value is (81,85,21). Sum of RGB (Red+Green+Blue) = 81+85+21=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #515515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515515 is #AEAAEA. Grayscale: #4C4C4C. Windows color (decimal): -11447019 or 1398097. OLE color: 1398097.
HSL color Cylindrical-coordinate representation of color #515515: hue angle of 63.75º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #515515 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 85 | 21 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.67 |
| HSL | 63.75º | 0.6% | 0.21% | - |
| HSV(B) | 63.75º | 0.75% | 0.33% | - |
| XYZ | 6.78 | 8.3 | 1.95 | - |
| YUV | 76.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 21 | 0.05 | 0 | 0.75 | 0.67 | 63.75 | 0.6 | 0.21 |
| Hex | 51 | 55 | 15 | 5 | 0 | 4B | 43 | 40 | 3C | 15 |
| Octal | 121 | 125 | 25 | 5 | 0 | 113 | 103 | 100 | 74 | 25 |
| Binary | 1010001 | 1010101 | 10101 | 101 | 0 | 1001011 | 1000011 | 1000000 | 111100 | 10101 |
Color Harmonies of #515515
Complementary color
Monochromatic Colors of #515515
Black with #515515
Text Example
Text Example
White with #515515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515515; }
p { color: rgb(81,85,21); }
H1.HeaderClassName
{
color: #515515;
}
.AnyTagClassName
{
color: #515515;
}
</style>
background-color css
<style>
a { background-color: #515515; }
a { background-color: rgb(81,85,21); }
div.DivClassName
{
background-color: #515515;
}
.BgClassName
{
background-color: #515515;
}
</style>
border-color css
<style>
span { border-color: #515515; }
span { border-color: rgb(81,85,21); }
td.TdClassName
{
border-color: #515515;
}
.TagClassName
{
border-color: #515515;
}
</style>