Shades of Feldgrau #406249
Tints of Feldgrau #406249
RGB
CMYK
RGB Variations
Color information
#406249 (or 0x406249) is known color: Feldgrau. HEX triplet: 40, 62 and 49. RGB value is (64,98,73). Sum of RGB (Red+Green+Blue) = 64+98+73=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #406249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406249 is #BF9DB6. Grayscale: #555555. Windows color (decimal): -12557751 or 4809280. OLE color: 4809280.
HSL color Cylindrical-coordinate representation of color #406249: hue angle of 135.88º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406249 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 73 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.62 |
| HSL | 135.88º | 0.21% | 0.32% | - |
| HSV(B) | 135.88º | 0.35% | 0.38% | - |
| XYZ | 7.68 | 10.31 | 7.89 | - |
| YUV | 84.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 73 | 0.35 | 0 | 0.26 | 0.62 | 135.88 | 0.21 | 0.32 |
| Hex | 40 | 62 | 49 | 23 | 0 | 1A | 3E | 88 | 15 | 20 |
| Octal | 100 | 142 | 111 | 43 | 0 | 32 | 76 | 210 | 25 | 40 |
| Binary | 1000000 | 1100010 | 1001001 | 100011 | 0 | 11010 | 111110 | 10001000 | 10101 | 100000 |
Color Harmonies of #406249
Complementary color
Monochromatic Colors of #406249
Black with #406249
Text Example
Text Example
White with #406249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406249; }
p { color: rgb(64,98,73); }
H1.HeaderClassName
{
color: #406249;
}
.AnyTagClassName
{
color: #406249;
}
</style>
background-color css
<style>
a { background-color: #406249; }
a { background-color: rgb(64,98,73); }
div.DivClassName
{
background-color: #406249;
}
.BgClassName
{
background-color: #406249;
}
</style>
border-color css
<style>
span { border-color: #406249; }
span { border-color: rgb(64,98,73); }
td.TdClassName
{
border-color: #406249;
}
.TagClassName
{
border-color: #406249;
}
</style>