Shades of Army green #4C4E1B
Tints of Army green #4C4E1B
RGB
CMYK
RGB Variations
Color information
#4C4E1B (or 0x4C4E1B) is known color: Army green. HEX triplet: 4C, 4E and 1B. RGB value is (76,78,27). Sum of RGB (Red+Green+Blue) = 76+78+27=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E1B is #B3B1E4. Grayscale: #474747. Windows color (decimal): -11776485 or 1789516. OLE color: 1789516.
HSL color Cylindrical-coordinate representation of color #4C4E1B: hue angle of 62.35º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C4E1B is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 78 | 27 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.69 |
| HSL | 62.35º | 0.49% | 0.21% | - |
| HSV(B) | 62.35º | 0.65% | 0.31% | - |
| XYZ | 5.9 | 7.06 | 2.09 | - |
| YUV | 71.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 27 | 0.03 | 0 | 0.65 | 0.69 | 62.35 | 0.49 | 0.21 |
| Hex | 4C | 4E | 1B | 3 | 0 | 41 | 45 | 3E | 31 | 15 |
| Octal | 114 | 116 | 33 | 3 | 0 | 101 | 105 | 76 | 61 | 25 |
| Binary | 1001100 | 1001110 | 11011 | 11 | 0 | 1000001 | 1000101 | 111110 | 110001 | 10101 |
Color Harmonies of #4C4E1B
Complementary color
Monochromatic Colors of #4C4E1B
Black with #4C4E1B
Text Example
Text Example
White with #4C4E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E1B; }
p { color: rgb(76,78,27); }
H1.HeaderClassName
{
color: #4C4E1B;
}
.AnyTagClassName
{
color: #4C4E1B;
}
</style>
background-color css
<style>
a { background-color: #4C4E1B; }
a { background-color: rgb(76,78,27); }
div.DivClassName
{
background-color: #4C4E1B;
}
.BgClassName
{
background-color: #4C4E1B;
}
</style>
border-color css
<style>
span { border-color: #4C4E1B; }
span { border-color: rgb(76,78,27); }
td.TdClassName
{
border-color: #4C4E1B;
}
.TagClassName
{
border-color: #4C4E1B;
}
</style>