Shades of Army green #514E17
Tints of Army green #514E17
RGB
CMYK
RGB Variations
Color information
#514E17 (or 0x514E17) is known color: Army green. HEX triplet: 51, 4E and 17. RGB value is (81,78,23). Sum of RGB (Red+Green+Blue) = 81+78+23=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 81 - color contains mainly: red. Hex color #514E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E17 is #AEB1E8. Grayscale: #484848. Windows color (decimal): -11448809 or 1527377. OLE color: 1527377.
HSL color Cylindrical-coordinate representation of color #514E17: hue angle of 56.9º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #514E17 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 78 | 23 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.68 |
| HSL | 56.9º | 0.56% | 0.2% | - |
| HSV(B) | 56.9º | 0.72% | 0.32% | - |
| XYZ | 6.27 | 7.26 | 1.88 | - |
| YUV | 72.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 23 | 0 | 0.04 | 0.72 | 0.68 | 56.9 | 0.56 | 0.2 |
| Hex | 51 | 4E | 17 | 0 | 4 | 48 | 44 | 39 | 38 | 14 |
| Octal | 121 | 116 | 27 | 0 | 4 | 110 | 104 | 71 | 70 | 24 |
| Binary | 1010001 | 1001110 | 10111 | 0 | 100 | 1001000 | 1000100 | 111001 | 111000 | 10100 |
Color Harmonies of #514E17
Complementary color
Monochromatic Colors of #514E17
Black with #514E17
Text Example
Text Example
White with #514E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E17; }
p { color: rgb(81,78,23); }
H1.HeaderClassName
{
color: #514E17;
}
.AnyTagClassName
{
color: #514E17;
}
</style>
background-color css
<style>
a { background-color: #514E17; }
a { background-color: rgb(81,78,23); }
div.DivClassName
{
background-color: #514E17;
}
.BgClassName
{
background-color: #514E17;
}
</style>
border-color css
<style>
span { border-color: #514E17; }
span { border-color: rgb(81,78,23); }
td.TdClassName
{
border-color: #514E17;
}
.TagClassName
{
border-color: #514E17;
}
</style>