Shades of Army green #4C4F1D
Tints of Army green #4C4F1D
RGB
CMYK
RGB Variations
Color information
#4C4F1D (or 0x4C4F1D) is known color: Army green. HEX triplet: 4C, 4F and 1D. RGB value is (76,79,29). Sum of RGB (Red+Green+Blue) = 76+79+29=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F1D is #B3B0E2. Grayscale: #484848. Windows color (decimal): -11776227 or 1920844. OLE color: 1920844.
HSL color Cylindrical-coordinate representation of color #4C4F1D: hue angle of 63.6º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C4F1D is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 79 | 29 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.69 |
| HSL | 63.6º | 0.46% | 0.21% | - |
| HSV(B) | 63.6º | 0.63% | 0.31% | - |
| XYZ | 6 | 7.22 | 2.24 | - |
| YUV | 72.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 79 | 29 | 0.04 | 0 | 0.63 | 0.69 | 63.6 | 0.46 | 0.21 |
| Hex | 4C | 4F | 1D | 4 | 0 | 3F | 45 | 40 | 2E | 15 |
| Octal | 114 | 117 | 35 | 4 | 0 | 77 | 105 | 100 | 56 | 25 |
| Binary | 1001100 | 1001111 | 11101 | 100 | 0 | 111111 | 1000101 | 1000000 | 101110 | 10101 |
Color Harmonies of #4C4F1D
Complementary color
Monochromatic Colors of #4C4F1D
Black with #4C4F1D
Text Example
Text Example
White with #4C4F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4F1D; }
p { color: rgb(76,79,29); }
H1.HeaderClassName
{
color: #4C4F1D;
}
.AnyTagClassName
{
color: #4C4F1D;
}
</style>
background-color css
<style>
a { background-color: #4C4F1D; }
a { background-color: rgb(76,79,29); }
div.DivClassName
{
background-color: #4C4F1D;
}
.BgClassName
{
background-color: #4C4F1D;
}
</style>
border-color css
<style>
span { border-color: #4C4F1D; }
span { border-color: rgb(76,79,29); }
td.TdClassName
{
border-color: #4C4F1D;
}
.TagClassName
{
border-color: #4C4F1D;
}
</style>