Shades of Army green #515723
Tints of Army green #515723
RGB
CMYK
RGB Variations
Color information
#515723 (or 0x515723) is known color: Army green. HEX triplet: 51, 57 and 23. RGB value is (81,87,35). Sum of RGB (Red+Green+Blue) = 81+87+35=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #515723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515723 is #AEA8DC. Grayscale: #4F4F4F. Windows color (decimal): -11446493 or 2316113. OLE color: 2316113.
HSL color Cylindrical-coordinate representation of color #515723: hue angle of 66.92º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515723 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 35 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.66 |
| HSL | 66.92º | 0.43% | 0.24% | - |
| HSV(B) | 66.92º | 0.6% | 0.34% | - |
| XYZ | 7.1 | 8.69 | 2.89 | - |
| YUV | 79.28 | 103.01 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 35 | 0.07 | 0 | 0.60 | 0.66 | 66.92 | 0.43 | 0.24 |
| Hex | 51 | 57 | 23 | 7 | 0 | 3C | 42 | 43 | 2B | 18 |
| Octal | 121 | 127 | 43 | 7 | 0 | 74 | 102 | 103 | 53 | 30 |
| Binary | 1010001 | 1010111 | 100011 | 111 | 0 | 111100 | 1000010 | 1000011 | 101011 | 11000 |
Color Harmonies of #515723
Complementary color
Monochromatic Colors of #515723
Black with #515723
Text Example
Text Example
White with #515723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515723; }
p { color: rgb(81,87,35); }
H1.HeaderClassName
{
color: #515723;
}
.AnyTagClassName
{
color: #515723;
}
</style>
background-color css
<style>
a { background-color: #515723; }
a { background-color: rgb(81,87,35); }
div.DivClassName
{
background-color: #515723;
}
.BgClassName
{
background-color: #515723;
}
</style>
border-color css
<style>
span { border-color: #515723; }
span { border-color: rgb(81,87,35); }
td.TdClassName
{
border-color: #515723;
}
.TagClassName
{
border-color: #515723;
}
</style>