Shades of Feldgrau #49544D
Tints of Feldgrau #49544D
RGB
CMYK
RGB Variations
Color information
#49544D (or 0x49544D) is known color: Feldgrau. HEX triplet: 49, 54 and 4D. RGB value is (73,84,77). Sum of RGB (Red+Green+Blue) = 73+84+77=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #49544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49544D is #B6ABB2. Grayscale: #4F4F4F. Windows color (decimal): -11971507 or 5067849. OLE color: 5067849.
HSL color Cylindrical-coordinate representation of color #49544D: hue angle of 141.82º 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 #49544D is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 77 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.67 |
| HSL | 141.82º | 0.07% | 0.31% | - |
| HSV(B) | 141.82º | 0.13% | 0.33% | - |
| XYZ | 7.26 | 8.29 | 8.24 | - |
| YUV | 79.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 77 | 0.13 | 0 | 0.08 | 0.67 | 141.82 | 0.07 | 0.31 |
| Hex | 49 | 54 | 4D | D | 0 | 8 | 43 | 8E | 7 | 1F |
| Octal | 111 | 124 | 115 | 15 | 0 | 10 | 103 | 216 | 7 | 37 |
| Binary | 1001001 | 1010100 | 1001101 | 1101 | 0 | 1000 | 1000011 | 10001110 | 111 | 11111 |
Color Harmonies of #49544D
Complementary color
Monochromatic Colors of #49544D
Black with #49544D
Text Example
Text Example
White with #49544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49544D; }
p { color: rgb(73,84,77); }
H1.HeaderClassName
{
color: #49544D;
}
.AnyTagClassName
{
color: #49544D;
}
</style>
background-color css
<style>
a { background-color: #49544D; }
a { background-color: rgb(73,84,77); }
div.DivClassName
{
background-color: #49544D;
}
.BgClassName
{
background-color: #49544D;
}
</style>
border-color css
<style>
span { border-color: #49544D; }
span { border-color: rgb(73,84,77); }
td.TdClassName
{
border-color: #49544D;
}
.TagClassName
{
border-color: #49544D;
}
</style>