Shades of Army green #494C25
Tints of Army green #494C25
RGB
CMYK
RGB Variations
Color information
#494C25 (or 0x494C25) is known color: Army green. HEX triplet: 49, 4C and 25. RGB value is (73,76,37). Sum of RGB (Red+Green+Blue) = 73+76+37=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #494C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C25 is #B6B3DA. Grayscale: #464646. Windows color (decimal): -11973595 or 2444361. OLE color: 2444361.
HSL color Cylindrical-coordinate representation of color #494C25: hue angle of 64.62º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #494C25 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 76 | 37 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.70 |
| HSL | 64.62º | 0.35% | 0.22% | - |
| HSV(B) | 64.62º | 0.51% | 0.3% | - |
| XYZ | 5.67 | 6.72 | 2.75 | - |
| YUV | 70.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 37 | 0.04 | 0 | 0.51 | 0.70 | 64.62 | 0.35 | 0.22 |
| Hex | 49 | 4C | 25 | 4 | 0 | 33 | 46 | 41 | 23 | 16 |
| Octal | 111 | 114 | 45 | 4 | 0 | 63 | 106 | 101 | 43 | 26 |
| Binary | 1001001 | 1001100 | 100101 | 100 | 0 | 110011 | 1000110 | 1000001 | 100011 | 10110 |
Color Harmonies of #494C25
Complementary color
Monochromatic Colors of #494C25
Black with #494C25
Text Example
Text Example
White with #494C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C25; }
p { color: rgb(73,76,37); }
H1.HeaderClassName
{
color: #494C25;
}
.AnyTagClassName
{
color: #494C25;
}
</style>
background-color css
<style>
a { background-color: #494C25; }
a { background-color: rgb(73,76,37); }
div.DivClassName
{
background-color: #494C25;
}
.BgClassName
{
background-color: #494C25;
}
</style>
border-color css
<style>
span { border-color: #494C25; }
span { border-color: rgb(73,76,37); }
td.TdClassName
{
border-color: #494C25;
}
.TagClassName
{
border-color: #494C25;
}
</style>