Shades of Feldgrau #496653
Tints of Feldgrau #496653
RGB
CMYK
RGB Variations
Color information
#496653 (or 0x496653) is known color: Feldgrau. HEX triplet: 49, 66 and 53. RGB value is (73,102,83). Sum of RGB (Red+Green+Blue) = 73+102+83=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #496653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496653 is #B699AC. Grayscale: #5B5B5B. Windows color (decimal): -11966893 or 5465673. OLE color: 5465673.
HSL color Cylindrical-coordinate representation of color #496653: hue angle of 140.69º 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 #496653 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 83 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.6 |
| HSL | 140.69º | 0.17% | 0.34% | - |
| HSV(B) | 140.69º | 0.28% | 0.4% | - |
| XYZ | 9.06 | 11.54 | 9.93 | - |
| YUV | 91.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 83 | 0.28 | 0 | 0.19 | 0.6 | 140.69 | 0.17 | 0.34 |
| Hex | 49 | 66 | 53 | 1C | 0 | 13 | 3C | 8D | 11 | 22 |
| Octal | 111 | 146 | 123 | 34 | 0 | 23 | 74 | 215 | 21 | 42 |
| Binary | 1001001 | 1100110 | 1010011 | 11100 | 0 | 10011 | 111100 | 10001101 | 10001 | 100010 |
Color Harmonies of #496653
Complementary color
Monochromatic Colors of #496653
Black with #496653
Text Example
Text Example
White with #496653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496653; }
p { color: rgb(73,102,83); }
H1.HeaderClassName
{
color: #496653;
}
.AnyTagClassName
{
color: #496653;
}
</style>
background-color css
<style>
a { background-color: #496653; }
a { background-color: rgb(73,102,83); }
div.DivClassName
{
background-color: #496653;
}
.BgClassName
{
background-color: #496653;
}
</style>
border-color css
<style>
span { border-color: #496653; }
span { border-color: rgb(73,102,83); }
td.TdClassName
{
border-color: #496653;
}
.TagClassName
{
border-color: #496653;
}
</style>