Shades of Feldgrau #40644D
Tints of Feldgrau #40644D
RGB
CMYK
RGB Variations
Color information
#40644D (or 0x40644D) is known color: Feldgrau. HEX triplet: 40, 64 and 4D. RGB value is (64,100,77). Sum of RGB (Red+Green+Blue) = 64+100+77=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #40644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40644D is #BF9BB2. Grayscale: #565656. Windows color (decimal): -12557235 or 5071936. OLE color: 5071936.
HSL color Cylindrical-coordinate representation of color #40644D: hue angle of 141.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40644D is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 100 | 77 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.61 |
| HSL | 141.67º | 0.22% | 0.32% | - |
| HSV(B) | 141.67º | 0.36% | 0.39% | - |
| XYZ | 8.01 | 10.74 | 8.67 | - |
| YUV | 86.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 77 | 0.36 | 0 | 0.23 | 0.61 | 141.67 | 0.22 | 0.32 |
| Hex | 40 | 64 | 4D | 24 | 0 | 17 | 3D | 8E | 16 | 20 |
| Octal | 100 | 144 | 115 | 44 | 0 | 27 | 75 | 216 | 26 | 40 |
| Binary | 1000000 | 1100100 | 1001101 | 100100 | 0 | 10111 | 111101 | 10001110 | 10110 | 100000 |
Color Harmonies of #40644D
Complementary color
Monochromatic Colors of #40644D
Black with #40644D
Text Example
Text Example
White with #40644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40644D; }
p { color: rgb(64,100,77); }
H1.HeaderClassName
{
color: #40644D;
}
.AnyTagClassName
{
color: #40644D;
}
</style>
background-color css
<style>
a { background-color: #40644D; }
a { background-color: rgb(64,100,77); }
div.DivClassName
{
background-color: #40644D;
}
.BgClassName
{
background-color: #40644D;
}
</style>
border-color css
<style>
span { border-color: #40644D; }
span { border-color: rgb(64,100,77); }
td.TdClassName
{
border-color: #40644D;
}
.TagClassName
{
border-color: #40644D;
}
</style>