Shades of Feldgrau #40644C
Tints of Feldgrau #40644C
RGB
CMYK
RGB Variations
Color information
#40644C (or 0x40644C) is known color: Feldgrau. HEX triplet: 40, 64 and 4C. RGB value is (64,100,76). Sum of RGB (Red+Green+Blue) = 64+100+76=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #40644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40644C is #BF9BB3. Grayscale: #565656. Windows color (decimal): -12557236 or 5006400. OLE color: 5006400.
HSL color Cylindrical-coordinate representation of color #40644C: hue angle of 140º 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 #40644C is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 100 | 76 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.61 |
| HSL | 140º | 0.22% | 0.32% | - |
| HSV(B) | 140º | 0.36% | 0.39% | - |
| XYZ | 7.98 | 10.73 | 8.49 | - |
| YUV | 86.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 76 | 0.36 | 0 | 0.24 | 0.61 | 140 | 0.22 | 0.32 |
| Hex | 40 | 64 | 4C | 24 | 0 | 18 | 3D | 8C | 16 | 20 |
| Octal | 100 | 144 | 114 | 44 | 0 | 30 | 75 | 214 | 26 | 40 |
| Binary | 1000000 | 1100100 | 1001100 | 100100 | 0 | 11000 | 111101 | 10001100 | 10110 | 100000 |
Color Harmonies of #40644C
Complementary color
Monochromatic Colors of #40644C
Black with #40644C
Text Example
Text Example
White with #40644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40644C; }
p { color: rgb(64,100,76); }
H1.HeaderClassName
{
color: #40644C;
}
.AnyTagClassName
{
color: #40644C;
}
</style>
background-color css
<style>
a { background-color: #40644C; }
a { background-color: rgb(64,100,76); }
div.DivClassName
{
background-color: #40644C;
}
.BgClassName
{
background-color: #40644C;
}
</style>
border-color css
<style>
span { border-color: #40644C; }
span { border-color: rgb(64,100,76); }
td.TdClassName
{
border-color: #40644C;
}
.TagClassName
{
border-color: #40644C;
}
</style>