Shades of Feldgrau #49594D
Tints of Feldgrau #49594D
RGB
CMYK
RGB Variations
Color information
#49594D (or 0x49594D) is known color: Feldgrau. HEX triplet: 49, 59 and 4D. RGB value is (73,89,77). Sum of RGB (Red+Green+Blue) = 73+89+77=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #49594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49594D is #B6A6B2. Grayscale: #525252. Windows color (decimal): -11970227 or 5069129. OLE color: 5069129.
HSL color Cylindrical-coordinate representation of color #49594D: hue angle of 135º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49594D is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 77 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.65 |
| HSL | 135º | 0.1% | 0.32% | - |
| HSV(B) | 135º | 0.18% | 0.35% | - |
| XYZ | 7.66 | 9.1 | 8.37 | - |
| YUV | 82.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 77 | 0.18 | 0 | 0.13 | 0.65 | 135 | 0.1 | 0.32 |
| Hex | 49 | 59 | 4D | 12 | 0 | D | 41 | 87 | A | 20 |
| Octal | 111 | 131 | 115 | 22 | 0 | 15 | 101 | 207 | 12 | 40 |
| Binary | 1001001 | 1011001 | 1001101 | 10010 | 0 | 1101 | 1000001 | 10000111 | 1010 | 100000 |
Color Harmonies of #49594D
Complementary color
Monochromatic Colors of #49594D
Black with #49594D
Text Example
Text Example
White with #49594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49594D; }
p { color: rgb(73,89,77); }
H1.HeaderClassName
{
color: #49594D;
}
.AnyTagClassName
{
color: #49594D;
}
</style>
background-color css
<style>
a { background-color: #49594D; }
a { background-color: rgb(73,89,77); }
div.DivClassName
{
background-color: #49594D;
}
.BgClassName
{
background-color: #49594D;
}
</style>
border-color css
<style>
span { border-color: #49594D; }
span { border-color: rgb(73,89,77); }
td.TdClassName
{
border-color: #49594D;
}
.TagClassName
{
border-color: #49594D;
}
</style>