Shades of Feldgrau #49564C
Tints of Feldgrau #49564C
RGB
CMYK
RGB Variations
Color information
#49564C (or 0x49564C) is known color: Feldgrau. HEX triplet: 49, 56 and 4C. RGB value is (73,86,76). Sum of RGB (Red+Green+Blue) = 73+86+76=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 86 - color contains mainly: green. Hex color #49564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49564C is #B6A9B3. Grayscale: #505050. Windows color (decimal): -11970996 or 5002825. OLE color: 5002825.
HSL color Cylindrical-coordinate representation of color #49564C: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #49564C is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 76 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.66 |
| HSL | 133.85º | 0.08% | 0.31% | - |
| HSV(B) | 133.85º | 0.15% | 0.34% | - |
| XYZ | 7.38 | 8.59 | 8.11 | - |
| YUV | 80.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 76 | 0.15 | 0 | 0.12 | 0.66 | 133.85 | 0.08 | 0.31 |
| Hex | 49 | 56 | 4C | F | 0 | C | 42 | 86 | 8 | 1F |
| Octal | 111 | 126 | 114 | 17 | 0 | 14 | 102 | 206 | 10 | 37 |
| Binary | 1001001 | 1010110 | 1001100 | 1111 | 0 | 1100 | 1000010 | 10000110 | 1000 | 11111 |
Color Harmonies of #49564C
Complementary color
Monochromatic Colors of #49564C
Black with #49564C
Text Example
Text Example
White with #49564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49564C; }
p { color: rgb(73,86,76); }
H1.HeaderClassName
{
color: #49564C;
}
.AnyTagClassName
{
color: #49564C;
}
</style>
background-color css
<style>
a { background-color: #49564C; }
a { background-color: rgb(73,86,76); }
div.DivClassName
{
background-color: #49564C;
}
.BgClassName
{
background-color: #49564C;
}
</style>
border-color css
<style>
span { border-color: #49564C; }
span { border-color: rgb(73,86,76); }
td.TdClassName
{
border-color: #49564C;
}
.TagClassName
{
border-color: #49564C;
}
</style>