Shades of Army green #4C511A
Tints of Army green #4C511A
RGB
CMYK
RGB Variations
Color information
#4C511A (or 0x4C511A) is known color: Army green. HEX triplet: 4C, 51 and 1A. RGB value is (76,81,26). Sum of RGB (Red+Green+Blue) = 76+81+26=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #4C511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C511A is #B3AEE5. Grayscale: #494949. Windows color (decimal): -11775718 or 1724748. OLE color: 1724748.
HSL color Cylindrical-coordinate representation of color #4C511A: hue angle of 65.45º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C511A is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 26 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.68 |
| HSL | 65.45º | 0.51% | 0.21% | - |
| HSV(B) | 65.45º | 0.68% | 0.32% | - |
| XYZ | 6.11 | 7.5 | 2.1 | - |
| YUV | 73.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 26 | 0.06 | 0 | 0.68 | 0.68 | 65.45 | 0.51 | 0.21 |
| Hex | 4C | 51 | 1A | 6 | 0 | 44 | 44 | 41 | 33 | 15 |
| Octal | 114 | 121 | 32 | 6 | 0 | 104 | 104 | 101 | 63 | 25 |
| Binary | 1001100 | 1010001 | 11010 | 110 | 0 | 1000100 | 1000100 | 1000001 | 110011 | 10101 |
Color Harmonies of #4C511A
Complementary color
Monochromatic Colors of #4C511A
Black with #4C511A
Text Example
Text Example
White with #4C511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C511A; }
p { color: rgb(76,81,26); }
H1.HeaderClassName
{
color: #4C511A;
}
.AnyTagClassName
{
color: #4C511A;
}
</style>
background-color css
<style>
a { background-color: #4C511A; }
a { background-color: rgb(76,81,26); }
div.DivClassName
{
background-color: #4C511A;
}
.BgClassName
{
background-color: #4C511A;
}
</style>
border-color css
<style>
span { border-color: #4C511A; }
span { border-color: rgb(76,81,26); }
td.TdClassName
{
border-color: #4C511A;
}
.TagClassName
{
border-color: #4C511A;
}
</style>