Shades of Army green #4C501E
Tints of Army green #4C501E
RGB
CMYK
RGB Variations
Color information
#4C501E (or 0x4C501E) is known color: Army green. HEX triplet: 4C, 50 and 1E. RGB value is (76,80,30). Sum of RGB (Red+Green+Blue) = 76+80+30=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #4C501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C501E is #B3AFE1. Grayscale: #494949. Windows color (decimal): -11775970 or 1986636. OLE color: 1986636.
HSL color Cylindrical-coordinate representation of color #4C501E: hue angle of 64.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C501E is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 80 | 30 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.69 |
| HSL | 64.8º | 0.45% | 0.22% | - |
| HSV(B) | 64.8º | 0.63% | 0.31% | - |
| XYZ | 6.08 | 7.37 | 2.33 | - |
| YUV | 73.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 30 | 0.05 | 0 | 0.62 | 0.69 | 64.8 | 0.45 | 0.22 |
| Hex | 4C | 50 | 1E | 5 | 0 | 3E | 45 | 41 | 2D | 16 |
| Octal | 114 | 120 | 36 | 5 | 0 | 76 | 105 | 101 | 55 | 26 |
| Binary | 1001100 | 1010000 | 11110 | 101 | 0 | 111110 | 1000101 | 1000001 | 101101 | 10110 |
Color Harmonies of #4C501E
Complementary color
Monochromatic Colors of #4C501E
Black with #4C501E
Text Example
Text Example
White with #4C501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C501E; }
p { color: rgb(76,80,30); }
H1.HeaderClassName
{
color: #4C501E;
}
.AnyTagClassName
{
color: #4C501E;
}
</style>
background-color css
<style>
a { background-color: #4C501E; }
a { background-color: rgb(76,80,30); }
div.DivClassName
{
background-color: #4C501E;
}
.BgClassName
{
background-color: #4C501E;
}
</style>
border-color css
<style>
span { border-color: #4C501E; }
span { border-color: rgb(76,80,30); }
td.TdClassName
{
border-color: #4C501E;
}
.TagClassName
{
border-color: #4C501E;
}
</style>