Shades of Army green #494A1C
Tints of Army green #494A1C
RGB
CMYK
RGB Variations
Color information
#494A1C (or 0x494A1C) is known color: Army green. HEX triplet: 49, 4A and 1C. RGB value is (73,74,28). Sum of RGB (Red+Green+Blue) = 73+74+28=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #494A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A1C is #B6B5E3. Grayscale: #444444. Windows color (decimal): -11974116 or 1854025. OLE color: 1854025.
HSL color Cylindrical-coordinate representation of color #494A1C: hue angle of 61.3º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #494A1C is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 74 | 28 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.71 |
| HSL | 61.3º | 0.45% | 0.2% | - |
| HSV(B) | 61.3º | 0.62% | 0.29% | - |
| XYZ | 5.41 | 6.4 | 2.05 | - |
| YUV | 68.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 28 | 0.01 | 0 | 0.62 | 0.71 | 61.3 | 0.45 | 0.2 |
| Hex | 49 | 4A | 1C | 1 | 0 | 3E | 47 | 3D | 2D | 14 |
| Octal | 111 | 112 | 34 | 1 | 0 | 76 | 107 | 75 | 55 | 24 |
| Binary | 1001001 | 1001010 | 11100 | 1 | 0 | 111110 | 1000111 | 111101 | 101101 | 10100 |
Color Harmonies of #494A1C
Complementary color
Monochromatic Colors of #494A1C
Black with #494A1C
Text Example
Text Example
White with #494A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A1C; }
p { color: rgb(73,74,28); }
H1.HeaderClassName
{
color: #494A1C;
}
.AnyTagClassName
{
color: #494A1C;
}
</style>
background-color css
<style>
a { background-color: #494A1C; }
a { background-color: rgb(73,74,28); }
div.DivClassName
{
background-color: #494A1C;
}
.BgClassName
{
background-color: #494A1C;
}
</style>
border-color css
<style>
span { border-color: #494A1C; }
span { border-color: rgb(73,74,28); }
td.TdClassName
{
border-color: #494A1C;
}
.TagClassName
{
border-color: #494A1C;
}
</style>