Shades of Feldgrau #49514C
Tints of Feldgrau #49514C
RGB
CMYK
RGB Variations
Color information
#49514C (or 0x49514C) is known color: Feldgrau. HEX triplet: 49, 51 and 4C. RGB value is (73,81,76). Sum of RGB (Red+Green+Blue) = 73+81+76=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 81 - color contains mainly: green. Hex color #49514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49514C is #B6AEB3. Grayscale: #4E4E4E. Windows color (decimal): -11972276 or 5001545. OLE color: 5001545.
HSL color Cylindrical-coordinate representation of color #49514C: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #49514C is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 76 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.68 |
| HSL | 142.5º | 0.05% | 0.3% | - |
| HSV(B) | 142.5º | 0.1% | 0.32% | - |
| XYZ | 6.99 | 7.82 | 7.98 | - |
| YUV | 78.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 76 | 0.10 | 0 | 0.06 | 0.68 | 142.5 | 0.05 | 0.3 |
| Hex | 49 | 51 | 4C | A | 0 | 6 | 44 | 8E | 5 | 1E |
| Octal | 111 | 121 | 114 | 12 | 0 | 6 | 104 | 216 | 5 | 36 |
| Binary | 1001001 | 1010001 | 1001100 | 1010 | 0 | 110 | 1000100 | 10001110 | 101 | 11110 |
Color Harmonies of #49514C
Complementary color
Monochromatic Colors of #49514C
Black with #49514C
Text Example
Text Example
White with #49514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49514C; }
p { color: rgb(73,81,76); }
H1.HeaderClassName
{
color: #49514C;
}
.AnyTagClassName
{
color: #49514C;
}
</style>
background-color css
<style>
a { background-color: #49514C; }
a { background-color: rgb(73,81,76); }
div.DivClassName
{
background-color: #49514C;
}
.BgClassName
{
background-color: #49514C;
}
</style>
border-color css
<style>
span { border-color: #49514C; }
span { border-color: rgb(73,81,76); }
td.TdClassName
{
border-color: #49514C;
}
.TagClassName
{
border-color: #49514C;
}
</style>