Shades of Army green #51501B
Tints of Army green #51501B
RGB
CMYK
RGB Variations
Color information
#51501B (or 0x51501B) is known color: Army green. HEX triplet: 51, 50 and 1B. RGB value is (81,80,27). Sum of RGB (Red+Green+Blue) = 81+80+27=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #51501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51501B is #AEAFE4. Grayscale: #4A4A4A. Windows color (decimal): -11448293 or 1790033. OLE color: 1790033.
HSL color Cylindrical-coordinate representation of color #51501B: hue angle of 58.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51501B is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 80 | 27 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.68 |
| HSL | 58.89º | 0.5% | 0.21% | - |
| HSV(B) | 58.89º | 0.67% | 0.32% | - |
| XYZ | 6.46 | 7.57 | 2.16 | - |
| YUV | 74.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 27 | 0 | 0.01 | 0.67 | 0.68 | 58.89 | 0.5 | 0.21 |
| Hex | 51 | 50 | 1B | 0 | 1 | 43 | 44 | 3B | 32 | 15 |
| Octal | 121 | 120 | 33 | 0 | 1 | 103 | 104 | 73 | 62 | 25 |
| Binary | 1010001 | 1010000 | 11011 | 0 | 1 | 1000011 | 1000100 | 111011 | 110010 | 10101 |
Color Harmonies of #51501B
Complementary color
Monochromatic Colors of #51501B
Black with #51501B
Text Example
Text Example
White with #51501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51501B; }
p { color: rgb(81,80,27); }
H1.HeaderClassName
{
color: #51501B;
}
.AnyTagClassName
{
color: #51501B;
}
</style>
background-color css
<style>
a { background-color: #51501B; }
a { background-color: rgb(81,80,27); }
div.DivClassName
{
background-color: #51501B;
}
.BgClassName
{
background-color: #51501B;
}
</style>
border-color css
<style>
span { border-color: #51501B; }
span { border-color: rgb(81,80,27); }
td.TdClassName
{
border-color: #51501B;
}
.TagClassName
{
border-color: #51501B;
}
</style>