Shades of Feldgrau #40624B
Tints of Feldgrau #40624B
RGB
CMYK
RGB Variations
Color information
#40624B (or 0x40624B) is known color: Feldgrau. HEX triplet: 40, 62 and 4B. RGB value is (64,98,75). Sum of RGB (Red+Green+Blue) = 64+98+75=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #40624B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40624B is #BF9DB4. Grayscale: #555555. Windows color (decimal): -12557749 or 4940352. OLE color: 4940352.
HSL color Cylindrical-coordinate representation of color #40624B: hue angle of 139.41º 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 #40624B is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 75 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.62 |
| HSL | 139.41º | 0.21% | 0.32% | - |
| HSV(B) | 139.41º | 0.35% | 0.38% | - |
| XYZ | 7.75 | 10.33 | 8.24 | - |
| YUV | 85.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 75 | 0.35 | 0 | 0.23 | 0.62 | 139.41 | 0.21 | 0.32 |
| Hex | 40 | 62 | 4B | 23 | 0 | 17 | 3E | 8B | 15 | 20 |
| Octal | 100 | 142 | 113 | 43 | 0 | 27 | 76 | 213 | 25 | 40 |
| Binary | 1000000 | 1100010 | 1001011 | 100011 | 0 | 10111 | 111110 | 10001011 | 10101 | 100000 |
Color Harmonies of #40624B
Complementary color
Monochromatic Colors of #40624B
Black with #40624B
Text Example
Text Example
White with #40624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40624B; }
p { color: rgb(64,98,75); }
H1.HeaderClassName
{
color: #40624B;
}
.AnyTagClassName
{
color: #40624B;
}
</style>
background-color css
<style>
a { background-color: #40624B; }
a { background-color: rgb(64,98,75); }
div.DivClassName
{
background-color: #40624B;
}
.BgClassName
{
background-color: #40624B;
}
</style>
border-color css
<style>
span { border-color: #40624B; }
span { border-color: rgb(64,98,75); }
td.TdClassName
{
border-color: #40624B;
}
.TagClassName
{
border-color: #40624B;
}
</style>