Shades of Feldgrau #496654
Tints of Feldgrau #496654
RGB
CMYK
RGB Variations
Color information
#496654 (or 0x496654) is known color: Feldgrau. HEX triplet: 49, 66 and 54. RGB value is (73,102,84). Sum of RGB (Red+Green+Blue) = 73+102+84=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #496654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496654 is #B699AB. Grayscale: #5B5B5B. Windows color (decimal): -11966892 or 5531209. OLE color: 5531209.
HSL color Cylindrical-coordinate representation of color #496654: hue angle of 142.76º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496654 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 84 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.6 |
| HSL | 142.76º | 0.17% | 0.34% | - |
| HSV(B) | 142.76º | 0.28% | 0.4% | - |
| XYZ | 9.1 | 11.56 | 10.14 | - |
| YUV | 91.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 84 | 0.28 | 0 | 0.18 | 0.6 | 142.76 | 0.17 | 0.34 |
| Hex | 49 | 66 | 54 | 1C | 0 | 12 | 3C | 8F | 11 | 22 |
| Octal | 111 | 146 | 124 | 34 | 0 | 22 | 74 | 217 | 21 | 42 |
| Binary | 1001001 | 1100110 | 1010100 | 11100 | 0 | 10010 | 111100 | 10001111 | 10001 | 100010 |
Color Harmonies of #496654
Complementary color
Monochromatic Colors of #496654
Black with #496654
Text Example
Text Example
White with #496654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496654; }
p { color: rgb(73,102,84); }
H1.HeaderClassName
{
color: #496654;
}
.AnyTagClassName
{
color: #496654;
}
</style>
background-color css
<style>
a { background-color: #496654; }
a { background-color: rgb(73,102,84); }
div.DivClassName
{
background-color: #496654;
}
.BgClassName
{
background-color: #496654;
}
</style>
border-color css
<style>
span { border-color: #496654; }
span { border-color: rgb(73,102,84); }
td.TdClassName
{
border-color: #496654;
}
.TagClassName
{
border-color: #496654;
}
</style>