Shades of Army green #51571A
Tints of Army green #51571A
RGB
CMYK
RGB Variations
Color information
#51571A (or 0x51571A) is known color: Army green. HEX triplet: 51, 57 and 1A. RGB value is (81,87,26). Sum of RGB (Red+Green+Blue) = 81+87+26=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 87 - color contains mainly: green. Hex color #51571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51571A is #AEA8E5. Grayscale: #4E4E4E. Windows color (decimal): -11446502 or 1726289. OLE color: 1726289.
HSL color Cylindrical-coordinate representation of color #51571A: hue angle of 65.9º 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 #51571A is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 26 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.66 |
| HSL | 65.9º | 0.54% | 0.22% | - |
| HSV(B) | 65.9º | 0.7% | 0.34% | - |
| XYZ | 6.99 | 8.64 | 2.28 | - |
| YUV | 78.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 26 | 0.07 | 0 | 0.70 | 0.66 | 65.9 | 0.54 | 0.22 |
| Hex | 51 | 57 | 1A | 7 | 0 | 46 | 42 | 42 | 36 | 16 |
| Octal | 121 | 127 | 32 | 7 | 0 | 106 | 102 | 102 | 66 | 26 |
| Binary | 1010001 | 1010111 | 11010 | 111 | 0 | 1000110 | 1000010 | 1000010 | 110110 | 10110 |
Color Harmonies of #51571A
Complementary color
Monochromatic Colors of #51571A
Black with #51571A
Text Example
Text Example
White with #51571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51571A; }
p { color: rgb(81,87,26); }
H1.HeaderClassName
{
color: #51571A;
}
.AnyTagClassName
{
color: #51571A;
}
</style>
background-color css
<style>
a { background-color: #51571A; }
a { background-color: rgb(81,87,26); }
div.DivClassName
{
background-color: #51571A;
}
.BgClassName
{
background-color: #51571A;
}
</style>
border-color css
<style>
span { border-color: #51571A; }
span { border-color: rgb(81,87,26); }
td.TdClassName
{
border-color: #51571A;
}
.TagClassName
{
border-color: #51571A;
}
</style>