Shades of Feldgrau #49554D
Tints of Feldgrau #49554D
RGB
CMYK
RGB Variations
Color information
#49554D (or 0x49554D) is known color: Feldgrau. HEX triplet: 49, 55 and 4D. RGB value is (73,85,77). Sum of RGB (Red+Green+Blue) = 73+85+77=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #49554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49554D is #B6AAB2. Grayscale: #505050. Windows color (decimal): -11971251 or 5068105. OLE color: 5068105.
HSL color Cylindrical-coordinate representation of color #49554D: hue angle of 140º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #49554D is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 77 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.67 |
| HSL | 140º | 0.08% | 0.31% | - |
| HSV(B) | 140º | 0.14% | 0.33% | - |
| XYZ | 7.34 | 8.45 | 8.27 | - |
| YUV | 80.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 77 | 0.14 | 0 | 0.09 | 0.67 | 140 | 0.08 | 0.31 |
| Hex | 49 | 55 | 4D | E | 0 | 9 | 43 | 8C | 8 | 1F |
| Octal | 111 | 125 | 115 | 16 | 0 | 11 | 103 | 214 | 10 | 37 |
| Binary | 1001001 | 1010101 | 1001101 | 1110 | 0 | 1001 | 1000011 | 10001100 | 1000 | 11111 |
Color Harmonies of #49554D
Complementary color
Monochromatic Colors of #49554D
Black with #49554D
Text Example
Text Example
White with #49554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49554D; }
p { color: rgb(73,85,77); }
H1.HeaderClassName
{
color: #49554D;
}
.AnyTagClassName
{
color: #49554D;
}
</style>
background-color css
<style>
a { background-color: #49554D; }
a { background-color: rgb(73,85,77); }
div.DivClassName
{
background-color: #49554D;
}
.BgClassName
{
background-color: #49554D;
}
</style>
border-color css
<style>
span { border-color: #49554D; }
span { border-color: rgb(73,85,77); }
td.TdClassName
{
border-color: #49554D;
}
.TagClassName
{
border-color: #49554D;
}
</style>