Shades of Feldgrau #496254
Tints of Feldgrau #496254
RGB
CMYK
RGB Variations
Color information
#496254 (or 0x496254) is known color: Feldgrau. HEX triplet: 49, 62 and 54. RGB value is (73,98,84). Sum of RGB (Red+Green+Blue) = 73+98+84=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #496254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496254 is #B69DAB. Grayscale: #585858. Windows color (decimal): -11967916 or 5530185. OLE color: 5530185.
HSL color Cylindrical-coordinate representation of color #496254: hue angle of 146.4º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496254 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 98 | 84 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.62 |
| HSL | 146.4º | 0.15% | 0.34% | - |
| HSV(B) | 146.4º | 0.26% | 0.38% | - |
| XYZ | 8.72 | 10.79 | 10.01 | - |
| YUV | 88.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 84 | 0.26 | 0 | 0.14 | 0.62 | 146.4 | 0.15 | 0.34 |
| Hex | 49 | 62 | 54 | 1A | 0 | E | 3E | 92 | F | 22 |
| Octal | 111 | 142 | 124 | 32 | 0 | 16 | 76 | 222 | 17 | 42 |
| Binary | 1001001 | 1100010 | 1010100 | 11010 | 0 | 1110 | 111110 | 10010010 | 1111 | 100010 |
Color Harmonies of #496254
Complementary color
Monochromatic Colors of #496254
Black with #496254
Text Example
Text Example
White with #496254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496254; }
p { color: rgb(73,98,84); }
H1.HeaderClassName
{
color: #496254;
}
.AnyTagClassName
{
color: #496254;
}
</style>
background-color css
<style>
a { background-color: #496254; }
a { background-color: rgb(73,98,84); }
div.DivClassName
{
background-color: #496254;
}
.BgClassName
{
background-color: #496254;
}
</style>
border-color css
<style>
span { border-color: #496254; }
span { border-color: rgb(73,98,84); }
td.TdClassName
{
border-color: #496254;
}
.TagClassName
{
border-color: #496254;
}
</style>