Shades of Army green #51551B
Tints of Army green #51551B
RGB
CMYK
RGB Variations
Color information
#51551B (or 0x51551B) is known color: Army green. HEX triplet: 51, 55 and 1B. RGB value is (81,85,27). Sum of RGB (Red+Green+Blue) = 81+85+27=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #51551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51551B is #AEAAE4. Grayscale: #4D4D4D. Windows color (decimal): -11447013 or 1791313. OLE color: 1791313.
HSL color Cylindrical-coordinate representation of color #51551B: hue angle of 64.14º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51551B is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 85 | 27 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.67 |
| HSL | 64.14º | 0.52% | 0.22% | - |
| HSV(B) | 64.14º | 0.68% | 0.33% | - |
| XYZ | 6.84 | 8.33 | 2.28 | - |
| YUV | 77.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 27 | 0.05 | 0 | 0.68 | 0.67 | 64.14 | 0.52 | 0.22 |
| Hex | 51 | 55 | 1B | 5 | 0 | 44 | 43 | 40 | 34 | 16 |
| Octal | 121 | 125 | 33 | 5 | 0 | 104 | 103 | 100 | 64 | 26 |
| Binary | 1010001 | 1010101 | 11011 | 101 | 0 | 1000100 | 1000011 | 1000000 | 110100 | 10110 |
Color Harmonies of #51551B
Complementary color
Monochromatic Colors of #51551B
Black with #51551B
Text Example
Text Example
White with #51551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51551B; }
p { color: rgb(81,85,27); }
H1.HeaderClassName
{
color: #51551B;
}
.AnyTagClassName
{
color: #51551B;
}
</style>
background-color css
<style>
a { background-color: #51551B; }
a { background-color: rgb(81,85,27); }
div.DivClassName
{
background-color: #51551B;
}
.BgClassName
{
background-color: #51551B;
}
</style>
border-color css
<style>
span { border-color: #51551B; }
span { border-color: rgb(81,85,27); }
td.TdClassName
{
border-color: #51551B;
}
.TagClassName
{
border-color: #51551B;
}
</style>