Shades of Army green #494D27
Tints of Army green #494D27
RGB
CMYK
RGB Variations
Color information
#494D27 (or 0x494D27) is known color: Army green. HEX triplet: 49, 4D and 27. RGB value is (73,77,39). Sum of RGB (Red+Green+Blue) = 73+77+39=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 77 - color contains mainly: green. Hex color #494D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D27 is #B6B2D8. Grayscale: #474747. Windows color (decimal): -11973337 or 2575689. OLE color: 2575689.
HSL color Cylindrical-coordinate representation of color #494D27: hue angle of 66.32º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494D27 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 77 | 39 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.70 |
| HSL | 66.32º | 0.33% | 0.23% | - |
| HSV(B) | 66.32º | 0.49% | 0.3% | - |
| XYZ | 5.77 | 6.87 | 2.94 | - |
| YUV | 71.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 39 | 0.05 | 0 | 0.49 | 0.70 | 66.32 | 0.33 | 0.23 |
| Hex | 49 | 4D | 27 | 5 | 0 | 31 | 46 | 42 | 21 | 17 |
| Octal | 111 | 115 | 47 | 5 | 0 | 61 | 106 | 102 | 41 | 27 |
| Binary | 1001001 | 1001101 | 100111 | 101 | 0 | 110001 | 1000110 | 1000010 | 100001 | 10111 |
Color Harmonies of #494D27
Complementary color
Monochromatic Colors of #494D27
Black with #494D27
Text Example
Text Example
White with #494D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D27; }
p { color: rgb(73,77,39); }
H1.HeaderClassName
{
color: #494D27;
}
.AnyTagClassName
{
color: #494D27;
}
</style>
background-color css
<style>
a { background-color: #494D27; }
a { background-color: rgb(73,77,39); }
div.DivClassName
{
background-color: #494D27;
}
.BgClassName
{
background-color: #494D27;
}
</style>
border-color css
<style>
span { border-color: #494D27; }
span { border-color: rgb(73,77,39); }
td.TdClassName
{
border-color: #494D27;
}
.TagClassName
{
border-color: #494D27;
}
</style>