Shades of Army green #51521B
Tints of Army green #51521B
RGB
CMYK
RGB Variations
Color information
#51521B (or 0x51521B) is known color: Army green. HEX triplet: 51, 52 and 1B. RGB value is (81,82,27). Sum of RGB (Red+Green+Blue) = 81+82+27=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #51521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51521B is #AEADE4. Grayscale: #4B4B4B. Windows color (decimal): -11447781 or 1790545. OLE color: 1790545.
HSL color Cylindrical-coordinate representation of color #51521B: hue angle of 61.09º 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 #51521B is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 27 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.68 |
| HSL | 61.09º | 0.5% | 0.21% | - |
| HSV(B) | 61.09º | 0.67% | 0.32% | - |
| XYZ | 6.61 | 7.86 | 2.21 | - |
| YUV | 75.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 27 | 0.01 | 0 | 0.67 | 0.68 | 61.09 | 0.5 | 0.21 |
| Hex | 51 | 52 | 1B | 1 | 0 | 43 | 44 | 3D | 32 | 15 |
| Octal | 121 | 122 | 33 | 1 | 0 | 103 | 104 | 75 | 62 | 25 |
| Binary | 1010001 | 1010010 | 11011 | 1 | 0 | 1000011 | 1000100 | 111101 | 110010 | 10101 |
Color Harmonies of #51521B
Complementary color
Monochromatic Colors of #51521B
Black with #51521B
Text Example
Text Example
White with #51521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51521B; }
p { color: rgb(81,82,27); }
H1.HeaderClassName
{
color: #51521B;
}
.AnyTagClassName
{
color: #51521B;
}
</style>
background-color css
<style>
a { background-color: #51521B; }
a { background-color: rgb(81,82,27); }
div.DivClassName
{
background-color: #51521B;
}
.BgClassName
{
background-color: #51521B;
}
</style>
border-color css
<style>
span { border-color: #51521B; }
span { border-color: rgb(81,82,27); }
td.TdClassName
{
border-color: #51521B;
}
.TagClassName
{
border-color: #51521B;
}
</style>