Shades of Mallard #404736
Tints of Mallard #404736
RGB
CMYK
RGB Variations
Color information
#404736 (or 0x404736) is known color: Mallard. HEX triplet: 40, 47 and 36. RGB value is (64,71,54). Sum of RGB (Red+Green+Blue) = 64+71+54=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #404736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404736 is #BFB8C9. Grayscale: #434343. Windows color (decimal): -12564682 or 3557184. OLE color: 3557184.
HSL color Cylindrical-coordinate representation of color #404736: hue angle of 84.71º degrees, saturation: 0.14, 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 #404736 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 54 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.72 |
| HSL | 84.71º | 0.14% | 0.25% | - |
| HSV(B) | 84.71º | 0.24% | 0.28% | - |
| XYZ | 5.03 | 5.86 | 4.36 | - |
| YUV | 66.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 54 | 0.10 | 0 | 0.24 | 0.72 | 84.71 | 0.14 | 0.25 |
| Hex | 40 | 47 | 36 | A | 0 | 18 | 48 | 55 | E | 19 |
| Octal | 100 | 107 | 66 | 12 | 0 | 30 | 110 | 125 | 16 | 31 |
| Binary | 1000000 | 1000111 | 110110 | 1010 | 0 | 11000 | 1001000 | 1010101 | 1110 | 11001 |
Color Harmonies of #404736
Complementary color
Monochromatic Colors of #404736
Black with #404736
Text Example
Text Example
White with #404736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404736; }
p { color: rgb(64,71,54); }
H1.HeaderClassName
{
color: #404736;
}
.AnyTagClassName
{
color: #404736;
}
</style>
background-color css
<style>
a { background-color: #404736; }
a { background-color: rgb(64,71,54); }
div.DivClassName
{
background-color: #404736;
}
.BgClassName
{
background-color: #404736;
}
</style>
border-color css
<style>
span { border-color: #404736; }
span { border-color: rgb(64,71,54); }
td.TdClassName
{
border-color: #404736;
}
.TagClassName
{
border-color: #404736;
}
</style>