Shades of Army green #494B19
Tints of Army green #494B19
RGB
CMYK
RGB Variations
Color information
#494B19 (or 0x494B19) is known color: Army green. HEX triplet: 49, 4B and 19. RGB value is (73,75,25). Sum of RGB (Red+Green+Blue) = 73+75+25=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #494B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494B19 is #B6B4E6. Grayscale: #444444. Windows color (decimal): -11973863 or 1657673. OLE color: 1657673.
HSL color Cylindrical-coordinate representation of color #494B19: hue angle of 62.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494B19 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 75 | 25 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.71 |
| HSL | 62.4º | 0.5% | 0.2% | - |
| HSV(B) | 62.4º | 0.67% | 0.29% | - |
| XYZ | 5.44 | 6.52 | 1.89 | - |
| YUV | 68.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 25 | 0.03 | 0 | 0.67 | 0.71 | 62.4 | 0.5 | 0.2 |
| Hex | 49 | 4B | 19 | 3 | 0 | 43 | 47 | 3E | 32 | 14 |
| Octal | 111 | 113 | 31 | 3 | 0 | 103 | 107 | 76 | 62 | 24 |
| Binary | 1001001 | 1001011 | 11001 | 11 | 0 | 1000011 | 1000111 | 111110 | 110010 | 10100 |
Color Harmonies of #494B19
Complementary color
Monochromatic Colors of #494B19
Black with #494B19
Text Example
Text Example
White with #494B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B19; }
p { color: rgb(73,75,25); }
H1.HeaderClassName
{
color: #494B19;
}
.AnyTagClassName
{
color: #494B19;
}
</style>
background-color css
<style>
a { background-color: #494B19; }
a { background-color: rgb(73,75,25); }
div.DivClassName
{
background-color: #494B19;
}
.BgClassName
{
background-color: #494B19;
}
</style>
border-color css
<style>
span { border-color: #494B19; }
span { border-color: rgb(73,75,25); }
td.TdClassName
{
border-color: #494B19;
}
.TagClassName
{
border-color: #494B19;
}
</style>