Shades of Army green #4C511F
Tints of Army green #4C511F
RGB
CMYK
RGB Variations
Color information
#4C511F (or 0x4C511F) is known color: Army green. HEX triplet: 4C, 51 and 1F. RGB value is (76,81,31). Sum of RGB (Red+Green+Blue) = 76+81+31=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #4C511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C511F is #B3AEE0. Grayscale: #4A4A4A. Windows color (decimal): -11775713 or 2052428. OLE color: 2052428.
HSL color Cylindrical-coordinate representation of color #4C511F: hue angle of 66º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C511F is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 31 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.68 |
| HSL | 66º | 0.45% | 0.22% | - |
| HSV(B) | 66º | 0.62% | 0.32% | - |
| XYZ | 6.17 | 7.52 | 2.42 | - |
| YUV | 73.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 31 | 0.06 | 0 | 0.62 | 0.68 | 66 | 0.45 | 0.22 |
| Hex | 4C | 51 | 1F | 6 | 0 | 3E | 44 | 42 | 2D | 16 |
| Octal | 114 | 121 | 37 | 6 | 0 | 76 | 104 | 102 | 55 | 26 |
| Binary | 1001100 | 1010001 | 11111 | 110 | 0 | 111110 | 1000100 | 1000010 | 101101 | 10110 |
Color Harmonies of #4C511F
Complementary color
Monochromatic Colors of #4C511F
Black with #4C511F
Text Example
Text Example
White with #4C511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C511F; }
p { color: rgb(76,81,31); }
H1.HeaderClassName
{
color: #4C511F;
}
.AnyTagClassName
{
color: #4C511F;
}
</style>
background-color css
<style>
a { background-color: #4C511F; }
a { background-color: rgb(76,81,31); }
div.DivClassName
{
background-color: #4C511F;
}
.BgClassName
{
background-color: #4C511F;
}
</style>
border-color css
<style>
span { border-color: #4C511F; }
span { border-color: rgb(76,81,31); }
td.TdClassName
{
border-color: #4C511F;
}
.TagClassName
{
border-color: #4C511F;
}
</style>