Shades of Feldgrau #49544C
Tints of Feldgrau #49544C
RGB
CMYK
RGB Variations
Color information
#49544C (or 0x49544C) is known color: Feldgrau. HEX triplet: 49, 54 and 4C. RGB value is (73,84,76). Sum of RGB (Red+Green+Blue) = 73+84+76=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 84 - color contains mainly: green. Hex color #49544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49544C is #B6ABB3. Grayscale: #4F4F4F. Windows color (decimal): -11971508 or 5002313. OLE color: 5002313.
HSL color Cylindrical-coordinate representation of color #49544C: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #49544C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 76 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.67 |
| HSL | 136.36º | 0.07% | 0.31% | - |
| HSV(B) | 136.36º | 0.13% | 0.33% | - |
| XYZ | 7.22 | 8.28 | 8.05 | - |
| YUV | 79.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 76 | 0.13 | 0 | 0.10 | 0.67 | 136.36 | 0.07 | 0.31 |
| Hex | 49 | 54 | 4C | D | 0 | A | 43 | 88 | 7 | 1F |
| Octal | 111 | 124 | 114 | 15 | 0 | 12 | 103 | 210 | 7 | 37 |
| Binary | 1001001 | 1010100 | 1001100 | 1101 | 0 | 1010 | 1000011 | 10001000 | 111 | 11111 |
Color Harmonies of #49544C
Complementary color
Monochromatic Colors of #49544C
Black with #49544C
Text Example
Text Example
White with #49544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49544C; }
p { color: rgb(73,84,76); }
H1.HeaderClassName
{
color: #49544C;
}
.AnyTagClassName
{
color: #49544C;
}
</style>
background-color css
<style>
a { background-color: #49544C; }
a { background-color: rgb(73,84,76); }
div.DivClassName
{
background-color: #49544C;
}
.BgClassName
{
background-color: #49544C;
}
</style>
border-color css
<style>
span { border-color: #49544C; }
span { border-color: rgb(73,84,76); }
td.TdClassName
{
border-color: #49544C;
}
.TagClassName
{
border-color: #49544C;
}
</style>