Shades of Mallard #404837
Tints of Mallard #404837
RGB
CMYK
RGB Variations
Color information
#404837 (or 0x404837) is known color: Mallard. HEX triplet: 40, 48 and 37. RGB value is (64,72,55). Sum of RGB (Red+Green+Blue) = 64+72+55=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #404837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404837 is #BFB7C8. Grayscale: #434343. Windows color (decimal): -12564425 or 3622976. OLE color: 3622976.
HSL color Cylindrical-coordinate representation of color #404837: hue angle of 88.24º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404837 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 55 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.72 |
| HSL | 88.24º | 0.13% | 0.25% | - |
| HSV(B) | 88.24º | 0.24% | 0.28% | - |
| XYZ | 5.12 | 6 | 4.5 | - |
| YUV | 67.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 55 | 0.11 | 0 | 0.24 | 0.72 | 88.24 | 0.13 | 0.25 |
| Hex | 40 | 48 | 37 | B | 0 | 18 | 48 | 58 | D | 19 |
| Octal | 100 | 110 | 67 | 13 | 0 | 30 | 110 | 130 | 15 | 31 |
| Binary | 1000000 | 1001000 | 110111 | 1011 | 0 | 11000 | 1001000 | 1011000 | 1101 | 11001 |
Color Harmonies of #404837
Complementary color
Monochromatic Colors of #404837
Black with #404837
Text Example
Text Example
White with #404837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404837; }
p { color: rgb(64,72,55); }
H1.HeaderClassName
{
color: #404837;
}
.AnyTagClassName
{
color: #404837;
}
</style>
background-color css
<style>
a { background-color: #404837; }
a { background-color: rgb(64,72,55); }
div.DivClassName
{
background-color: #404837;
}
.BgClassName
{
background-color: #404837;
}
</style>
border-color css
<style>
span { border-color: #404837; }
span { border-color: rgb(64,72,55); }
td.TdClassName
{
border-color: #404837;
}
.TagClassName
{
border-color: #404837;
}
</style>