Shades of Army green #494B1D
Tints of Army green #494B1D
RGB
CMYK
RGB Variations
Color information
#494B1D (or 0x494B1D) is known color: Army green. HEX triplet: 49, 4B and 1D. RGB value is (73,75,29). Sum of RGB (Red+Green+Blue) = 73+75+29=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #494B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B1D is #B6B4E2. Grayscale: #454545. Windows color (decimal): -11973859 or 1919817. OLE color: 1919817.
HSL color Cylindrical-coordinate representation of color #494B1D: hue angle of 62.61º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #494B1D is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 75 | 29 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.71 |
| HSL | 62.61º | 0.44% | 0.2% | - |
| HSV(B) | 62.61º | 0.61% | 0.29% | - |
| XYZ | 5.49 | 6.54 | 2.14 | - |
| YUV | 69.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 29 | 0.03 | 0 | 0.61 | 0.71 | 62.61 | 0.44 | 0.2 |
| Hex | 49 | 4B | 1D | 3 | 0 | 3D | 47 | 3F | 2C | 14 |
| Octal | 111 | 113 | 35 | 3 | 0 | 75 | 107 | 77 | 54 | 24 |
| Binary | 1001001 | 1001011 | 11101 | 11 | 0 | 111101 | 1000111 | 111111 | 101100 | 10100 |
Color Harmonies of #494B1D
Complementary color
Monochromatic Colors of #494B1D
Black with #494B1D
Text Example
Text Example
White with #494B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B1D; }
p { color: rgb(73,75,29); }
H1.HeaderClassName
{
color: #494B1D;
}
.AnyTagClassName
{
color: #494B1D;
}
</style>
background-color css
<style>
a { background-color: #494B1D; }
a { background-color: rgb(73,75,29); }
div.DivClassName
{
background-color: #494B1D;
}
.BgClassName
{
background-color: #494B1D;
}
</style>
border-color css
<style>
span { border-color: #494B1D; }
span { border-color: rgb(73,75,29); }
td.TdClassName
{
border-color: #494B1D;
}
.TagClassName
{
border-color: #494B1D;
}
</style>