Shades of Army green #515A18
Tints of Army green #515A18
RGB
CMYK
RGB Variations
Color information
#515A18 (or 0x515A18) is known color: Army green. HEX triplet: 51, 5A and 18. RGB value is (81,90,24). Sum of RGB (Red+Green+Blue) = 81+90+24=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #515A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515A18 is #AEA5E7. Grayscale: #505050. Windows color (decimal): -11445736 or 1595985. OLE color: 1595985.
HSL color Cylindrical-coordinate representation of color #515A18: hue angle of 68.18º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #515A18 is Cyan = 0.1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 90 | 24 | - |
| CMYK | 0.1 | 0 | 0.73 | 0.65 |
| HSL | 68.18º | 0.58% | 0.22% | - |
| HSV(B) | 68.18º | 0.73% | 0.35% | - |
| XYZ | 7.21 | 9.13 | 2.25 | - |
| YUV | 79.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 24 | 0.1 | 0 | 0.73 | 0.65 | 68.18 | 0.58 | 0.22 |
| Hex | 51 | 5A | 18 | A | 0 | 49 | 41 | 44 | 3A | 16 |
| Octal | 121 | 132 | 30 | 12 | 0 | 111 | 101 | 104 | 72 | 26 |
| Binary | 1010001 | 1011010 | 11000 | 1010 | 0 | 1001001 | 1000001 | 1000100 | 111010 | 10110 |
Color Harmonies of #515A18
Complementary color
Monochromatic Colors of #515A18
Black with #515A18
Text Example
Text Example
White with #515A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A18; }
p { color: rgb(81,90,24); }
H1.HeaderClassName
{
color: #515A18;
}
.AnyTagClassName
{
color: #515A18;
}
</style>
background-color css
<style>
a { background-color: #515A18; }
a { background-color: rgb(81,90,24); }
div.DivClassName
{
background-color: #515A18;
}
.BgClassName
{
background-color: #515A18;
}
</style>
border-color css
<style>
span { border-color: #515A18; }
span { border-color: rgb(81,90,24); }
td.TdClassName
{
border-color: #515A18;
}
.TagClassName
{
border-color: #515A18;
}
</style>