Shades of Army green #494C23
Tints of Army green #494C23
RGB
CMYK
RGB Variations
Color information
#494C23 (or 0x494C23) is known color: Army green. HEX triplet: 49, 4C and 23. RGB value is (73,76,35). Sum of RGB (Red+Green+Blue) = 73+76+35=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #494C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C23 is #B6B3DC. Grayscale: #464646. Windows color (decimal): -11973597 or 2313289. OLE color: 2313289.
HSL color Cylindrical-coordinate representation of color #494C23: hue angle of 64.39º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #494C23 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 76 | 35 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.70 |
| HSL | 64.39º | 0.37% | 0.22% | - |
| HSV(B) | 64.39º | 0.54% | 0.3% | - |
| XYZ | 5.64 | 6.71 | 2.59 | - |
| YUV | 70.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 35 | 0.04 | 0 | 0.54 | 0.70 | 64.39 | 0.37 | 0.22 |
| Hex | 49 | 4C | 23 | 4 | 0 | 36 | 46 | 40 | 25 | 16 |
| Octal | 111 | 114 | 43 | 4 | 0 | 66 | 106 | 100 | 45 | 26 |
| Binary | 1001001 | 1001100 | 100011 | 100 | 0 | 110110 | 1000110 | 1000000 | 100101 | 10110 |
Color Harmonies of #494C23
Complementary color
Monochromatic Colors of #494C23
Black with #494C23
Text Example
Text Example
White with #494C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C23; }
p { color: rgb(73,76,35); }
H1.HeaderClassName
{
color: #494C23;
}
.AnyTagClassName
{
color: #494C23;
}
</style>
background-color css
<style>
a { background-color: #494C23; }
a { background-color: rgb(73,76,35); }
div.DivClassName
{
background-color: #494C23;
}
.BgClassName
{
background-color: #494C23;
}
</style>
border-color css
<style>
span { border-color: #494C23; }
span { border-color: rgb(73,76,35); }
td.TdClassName
{
border-color: #494C23;
}
.TagClassName
{
border-color: #494C23;
}
</style>