Shades of Army green #494F28
Tints of Army green #494F28
RGB
CMYK
RGB Variations
Color information
#494F28 (or 0x494F28) is known color: Army green. HEX triplet: 49, 4F and 28. RGB value is (73,79,40). Sum of RGB (Red+Green+Blue) = 73+79+40=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #494F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F28 is #B6B0D7. Grayscale: #484848. Windows color (decimal): -11972824 or 2641737. OLE color: 2641737.
HSL color Cylindrical-coordinate representation of color #494F28: hue angle of 69.23º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494F28 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 79 | 40 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.69 |
| HSL | 69.23º | 0.33% | 0.23% | - |
| HSV(B) | 69.23º | 0.49% | 0.31% | - |
| XYZ | 5.93 | 7.16 | 3.08 | - |
| YUV | 72.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 40 | 0.08 | 0 | 0.49 | 0.69 | 69.23 | 0.33 | 0.23 |
| Hex | 49 | 4F | 28 | 8 | 0 | 31 | 45 | 45 | 21 | 17 |
| Octal | 111 | 117 | 50 | 10 | 0 | 61 | 105 | 105 | 41 | 27 |
| Binary | 1001001 | 1001111 | 101000 | 1000 | 0 | 110001 | 1000101 | 1000101 | 100001 | 10111 |
Color Harmonies of #494F28
Complementary color
Monochromatic Colors of #494F28
Black with #494F28
Text Example
Text Example
White with #494F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F28; }
p { color: rgb(73,79,40); }
H1.HeaderClassName
{
color: #494F28;
}
.AnyTagClassName
{
color: #494F28;
}
</style>
background-color css
<style>
a { background-color: #494F28; }
a { background-color: rgb(73,79,40); }
div.DivClassName
{
background-color: #494F28;
}
.BgClassName
{
background-color: #494F28;
}
</style>
border-color css
<style>
span { border-color: #494F28; }
span { border-color: rgb(73,79,40); }
td.TdClassName
{
border-color: #494F28;
}
.TagClassName
{
border-color: #494F28;
}
</style>