Shades of Army green #51561A
Tints of Army green #51561A
RGB
CMYK
RGB Variations
Color information
#51561A (or 0x51561A) is known color: Army green. HEX triplet: 51, 56 and 1A. RGB value is (81,86,26). Sum of RGB (Red+Green+Blue) = 81+86+26=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #51561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51561A is #AEA9E5. Grayscale: #4D4D4D. Windows color (decimal): -11446758 or 1726033. OLE color: 1726033.
HSL color Cylindrical-coordinate representation of color #51561A: hue angle of 65º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51561A is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 86 | 26 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.66 |
| HSL | 65º | 0.54% | 0.22% | - |
| HSV(B) | 65º | 0.7% | 0.34% | - |
| XYZ | 6.91 | 8.48 | 2.25 | - |
| YUV | 77.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 26 | 0.06 | 0 | 0.70 | 0.66 | 65 | 0.54 | 0.22 |
| Hex | 51 | 56 | 1A | 6 | 0 | 46 | 42 | 41 | 36 | 16 |
| Octal | 121 | 126 | 32 | 6 | 0 | 106 | 102 | 101 | 66 | 26 |
| Binary | 1010001 | 1010110 | 11010 | 110 | 0 | 1000110 | 1000010 | 1000001 | 110110 | 10110 |
Color Harmonies of #51561A
Complementary color
Monochromatic Colors of #51561A
Black with #51561A
Text Example
Text Example
White with #51561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51561A; }
p { color: rgb(81,86,26); }
H1.HeaderClassName
{
color: #51561A;
}
.AnyTagClassName
{
color: #51561A;
}
</style>
background-color css
<style>
a { background-color: #51561A; }
a { background-color: rgb(81,86,26); }
div.DivClassName
{
background-color: #51561A;
}
.BgClassName
{
background-color: #51561A;
}
</style>
border-color css
<style>
span { border-color: #51561A; }
span { border-color: rgb(81,86,26); }
td.TdClassName
{
border-color: #51561A;
}
.TagClassName
{
border-color: #51561A;
}
</style>