Shades of Army green #494D23
Tints of Army green #494D23
RGB
CMYK
RGB Variations
Color information
#494D23 (or 0x494D23) is known color: Army green. HEX triplet: 49, 4D and 23. RGB value is (73,77,35). Sum of RGB (Red+Green+Blue) = 73+77+35=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 77 - color contains mainly: green. Hex color #494D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D23 is #B6B2DC. Grayscale: #474747. Windows color (decimal): -11973341 or 2313545. OLE color: 2313545.
HSL color Cylindrical-coordinate representation of color #494D23: hue angle of 65.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494D23 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 77 | 35 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.70 |
| HSL | 65.71º | 0.38% | 0.22% | - |
| HSV(B) | 65.71º | 0.55% | 0.3% | - |
| XYZ | 5.7 | 6.85 | 2.61 | - |
| YUV | 71.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 35 | 0.05 | 0 | 0.55 | 0.70 | 65.71 | 0.38 | 0.22 |
| Hex | 49 | 4D | 23 | 5 | 0 | 37 | 46 | 42 | 26 | 16 |
| Octal | 111 | 115 | 43 | 5 | 0 | 67 | 106 | 102 | 46 | 26 |
| Binary | 1001001 | 1001101 | 100011 | 101 | 0 | 110111 | 1000110 | 1000010 | 100110 | 10110 |
Color Harmonies of #494D23
Complementary color
Monochromatic Colors of #494D23
Black with #494D23
Text Example
Text Example
White with #494D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D23; }
p { color: rgb(73,77,35); }
H1.HeaderClassName
{
color: #494D23;
}
.AnyTagClassName
{
color: #494D23;
}
</style>
background-color css
<style>
a { background-color: #494D23; }
a { background-color: rgb(73,77,35); }
div.DivClassName
{
background-color: #494D23;
}
.BgClassName
{
background-color: #494D23;
}
</style>
border-color css
<style>
span { border-color: #494D23; }
span { border-color: rgb(73,77,35); }
td.TdClassName
{
border-color: #494D23;
}
.TagClassName
{
border-color: #494D23;
}
</style>