Shades of Army green #494E27
Tints of Army green #494E27
RGB
CMYK
RGB Variations
Color information
#494E27 (or 0x494E27) is known color: Army green. HEX triplet: 49, 4E and 27. RGB value is (73,78,39). Sum of RGB (Red+Green+Blue) = 73+78+39=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #494E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E27 is #B6B1D8. Grayscale: #484848. Windows color (decimal): -11973081 or 2575945. OLE color: 2575945.
HSL color Cylindrical-coordinate representation of color #494E27: hue angle of 67.69º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494E27 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 78 | 39 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.69 |
| HSL | 67.69º | 0.33% | 0.23% | - |
| HSV(B) | 67.69º | 0.5% | 0.31% | - |
| XYZ | 5.84 | 7.01 | 2.97 | - |
| YUV | 72.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 39 | 0.06 | 0 | 0.50 | 0.69 | 67.69 | 0.33 | 0.23 |
| Hex | 49 | 4E | 27 | 6 | 0 | 32 | 45 | 44 | 21 | 17 |
| Octal | 111 | 116 | 47 | 6 | 0 | 62 | 105 | 104 | 41 | 27 |
| Binary | 1001001 | 1001110 | 100111 | 110 | 0 | 110010 | 1000101 | 1000100 | 100001 | 10111 |
Color Harmonies of #494E27
Complementary color
Monochromatic Colors of #494E27
Black with #494E27
Text Example
Text Example
White with #494E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E27; }
p { color: rgb(73,78,39); }
H1.HeaderClassName
{
color: #494E27;
}
.AnyTagClassName
{
color: #494E27;
}
</style>
background-color css
<style>
a { background-color: #494E27; }
a { background-color: rgb(73,78,39); }
div.DivClassName
{
background-color: #494E27;
}
.BgClassName
{
background-color: #494E27;
}
</style>
border-color css
<style>
span { border-color: #494E27; }
span { border-color: rgb(73,78,39); }
td.TdClassName
{
border-color: #494E27;
}
.TagClassName
{
border-color: #494E27;
}
</style>