Shades of Feldgrau #40674D
Tints of Feldgrau #40674D
RGB
CMYK
RGB Variations
Color information
#40674D (or 0x40674D) is known color: Feldgrau. HEX triplet: 40, 67 and 4D. RGB value is (64,103,77). Sum of RGB (Red+Green+Blue) = 64+103+77=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #40674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40674D is #BF98B2. Grayscale: #585858. Windows color (decimal): -12556467 or 5072704. OLE color: 5072704.
HSL color Cylindrical-coordinate representation of color #40674D: hue angle of 140º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40674D is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 103 | 77 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.60 |
| HSL | 140º | 0.23% | 0.33% | - |
| HSV(B) | 140º | 0.38% | 0.4% | - |
| XYZ | 8.3 | 11.33 | 8.77 | - |
| YUV | 88.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 77 | 0.38 | 0 | 0.25 | 0.60 | 140 | 0.23 | 0.33 |
| Hex | 40 | 67 | 4D | 26 | 0 | 19 | 3C | 8C | 17 | 21 |
| Octal | 100 | 147 | 115 | 46 | 0 | 31 | 74 | 214 | 27 | 41 |
| Binary | 1000000 | 1100111 | 1001101 | 100110 | 0 | 11001 | 111100 | 10001100 | 10111 | 100001 |
Color Harmonies of #40674D
Complementary color
Monochromatic Colors of #40674D
Black with #40674D
Text Example
Text Example
White with #40674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40674D; }
p { color: rgb(64,103,77); }
H1.HeaderClassName
{
color: #40674D;
}
.AnyTagClassName
{
color: #40674D;
}
</style>
background-color css
<style>
a { background-color: #40674D; }
a { background-color: rgb(64,103,77); }
div.DivClassName
{
background-color: #40674D;
}
.BgClassName
{
background-color: #40674D;
}
</style>
border-color css
<style>
span { border-color: #40674D; }
span { border-color: rgb(64,103,77); }
td.TdClassName
{
border-color: #40674D;
}
.TagClassName
{
border-color: #40674D;
}
</style>