Shades of Feldgrau #40684E
Tints of Feldgrau #40684E
RGB
CMYK
RGB Variations
Color information
#40684E (or 0x40684E) is known color: Feldgrau. HEX triplet: 40, 68 and 4E. RGB value is (64,104,78). Sum of RGB (Red+Green+Blue) = 64+104+78=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #40684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40684E is #BF97B1. Grayscale: #595959. Windows color (decimal): -12556210 or 5138496. OLE color: 5138496.
HSL color Cylindrical-coordinate representation of color #40684E: hue angle of 141º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40684E is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 104 | 78 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.59 |
| HSL | 141º | 0.24% | 0.33% | - |
| HSV(B) | 141º | 0.38% | 0.41% | - |
| XYZ | 8.44 | 11.54 | 8.99 | - |
| YUV | 89.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 104 | 78 | 0.38 | 0 | 0.25 | 0.59 | 141 | 0.24 | 0.33 |
| Hex | 40 | 68 | 4E | 26 | 0 | 19 | 3B | 8D | 18 | 21 |
| Octal | 100 | 150 | 116 | 46 | 0 | 31 | 73 | 215 | 30 | 41 |
| Binary | 1000000 | 1101000 | 1001110 | 100110 | 0 | 11001 | 111011 | 10001101 | 11000 | 100001 |
Color Harmonies of #40684E
Complementary color
Monochromatic Colors of #40684E
Black with #40684E
Text Example
Text Example
White with #40684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40684E; }
p { color: rgb(64,104,78); }
H1.HeaderClassName
{
color: #40684E;
}
.AnyTagClassName
{
color: #40684E;
}
</style>
background-color css
<style>
a { background-color: #40684E; }
a { background-color: rgb(64,104,78); }
div.DivClassName
{
background-color: #40684E;
}
.BgClassName
{
background-color: #40684E;
}
</style>
border-color css
<style>
span { border-color: #40684E; }
span { border-color: rgb(64,104,78); }
td.TdClassName
{
border-color: #40684E;
}
.TagClassName
{
border-color: #40684E;
}
</style>