Shades of Feldgrau #496251
Tints of Feldgrau #496251
RGB
CMYK
RGB Variations
Color information
#496251 (or 0x496251) is known color: Feldgrau. HEX triplet: 49, 62 and 51. RGB value is (73,98,81). Sum of RGB (Red+Green+Blue) = 73+98+81=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #496251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496251 is #B69DAE. Grayscale: #585858. Windows color (decimal): -11967919 or 5333577. OLE color: 5333577.
HSL color Cylindrical-coordinate representation of color #496251: hue angle of 139.2º 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 #496251 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 98 | 81 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.62 |
| HSL | 139.2º | 0.15% | 0.34% | - |
| HSV(B) | 139.2º | 0.26% | 0.38% | - |
| XYZ | 8.6 | 10.75 | 9.41 | - |
| YUV | 88.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 81 | 0.26 | 0 | 0.17 | 0.62 | 139.2 | 0.15 | 0.34 |
| Hex | 49 | 62 | 51 | 1A | 0 | 11 | 3E | 8B | F | 22 |
| Octal | 111 | 142 | 121 | 32 | 0 | 21 | 76 | 213 | 17 | 42 |
| Binary | 1001001 | 1100010 | 1010001 | 11010 | 0 | 10001 | 111110 | 10001011 | 1111 | 100010 |
Color Harmonies of #496251
Complementary color
Monochromatic Colors of #496251
Black with #496251
Text Example
Text Example
White with #496251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496251; }
p { color: rgb(73,98,81); }
H1.HeaderClassName
{
color: #496251;
}
.AnyTagClassName
{
color: #496251;
}
</style>
background-color css
<style>
a { background-color: #496251; }
a { background-color: rgb(73,98,81); }
div.DivClassName
{
background-color: #496251;
}
.BgClassName
{
background-color: #496251;
}
</style>
border-color css
<style>
span { border-color: #496251; }
span { border-color: rgb(73,98,81); }
td.TdClassName
{
border-color: #496251;
}
.TagClassName
{
border-color: #496251;
}
</style>