Shades of Army green #4C501A
Tints of Army green #4C501A
RGB
CMYK
RGB Variations
Color information
#4C501A (or 0x4C501A) is known color: Army green. HEX triplet: 4C, 50 and 1A. RGB value is (76,80,26). Sum of RGB (Red+Green+Blue) = 76+80+26=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #4C501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C501A is #B3AFE5. Grayscale: #484848. Windows color (decimal): -11775974 or 1724492. OLE color: 1724492.
HSL color Cylindrical-coordinate representation of color #4C501A: hue angle of 64.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C501A is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 80 | 26 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.69 |
| HSL | 64.44º | 0.51% | 0.21% | - |
| HSV(B) | 64.44º | 0.68% | 0.31% | - |
| XYZ | 6.04 | 7.35 | 2.08 | - |
| YUV | 72.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 80 | 26 | 0.05 | 0 | 0.67 | 0.69 | 64.44 | 0.51 | 0.21 |
| Hex | 4C | 50 | 1A | 5 | 0 | 43 | 45 | 40 | 33 | 15 |
| Octal | 114 | 120 | 32 | 5 | 0 | 103 | 105 | 100 | 63 | 25 |
| Binary | 1001100 | 1010000 | 11010 | 101 | 0 | 1000011 | 1000101 | 1000000 | 110011 | 10101 |
Color Harmonies of #4C501A
Complementary color
Monochromatic Colors of #4C501A
Black with #4C501A
Text Example
Text Example
White with #4C501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C501A; }
p { color: rgb(76,80,26); }
H1.HeaderClassName
{
color: #4C501A;
}
.AnyTagClassName
{
color: #4C501A;
}
</style>
background-color css
<style>
a { background-color: #4C501A; }
a { background-color: rgb(76,80,26); }
div.DivClassName
{
background-color: #4C501A;
}
.BgClassName
{
background-color: #4C501A;
}
</style>
border-color css
<style>
span { border-color: #4C501A; }
span { border-color: rgb(76,80,26); }
td.TdClassName
{
border-color: #4C501A;
}
.TagClassName
{
border-color: #4C501A;
}
</style>