Shades of Mallard #404836
Tints of Mallard #404836
RGB
CMYK
RGB Variations
Color information
#404836 (or 0x404836) is known color: Mallard. HEX triplet: 40, 48 and 36. RGB value is (64,72,54). Sum of RGB (Red+Green+Blue) = 64+72+54=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #404836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404836 is #BFB7C9. Grayscale: #434343. Windows color (decimal): -12564426 or 3557440. OLE color: 3557440.
HSL color Cylindrical-coordinate representation of color #404836: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404836 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 72 | 54 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.72 |
| HSL | 86.67º | 0.14% | 0.25% | - |
| HSV(B) | 86.67º | 0.25% | 0.28% | - |
| XYZ | 5.1 | 5.99 | 4.38 | - |
| YUV | 67.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 54 | 0.11 | 0 | 0.25 | 0.72 | 86.67 | 0.14 | 0.25 |
| Hex | 40 | 48 | 36 | B | 0 | 19 | 48 | 57 | E | 19 |
| Octal | 100 | 110 | 66 | 13 | 0 | 31 | 110 | 127 | 16 | 31 |
| Binary | 1000000 | 1001000 | 110110 | 1011 | 0 | 11001 | 1001000 | 1010111 | 1110 | 11001 |
Color Harmonies of #404836
Complementary color
Monochromatic Colors of #404836
Black with #404836
Text Example
Text Example
White with #404836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404836; }
p { color: rgb(64,72,54); }
H1.HeaderClassName
{
color: #404836;
}
.AnyTagClassName
{
color: #404836;
}
</style>
background-color css
<style>
a { background-color: #404836; }
a { background-color: rgb(64,72,54); }
div.DivClassName
{
background-color: #404836;
}
.BgClassName
{
background-color: #404836;
}
</style>
border-color css
<style>
span { border-color: #404836; }
span { border-color: rgb(64,72,54); }
td.TdClassName
{
border-color: #404836;
}
.TagClassName
{
border-color: #404836;
}
</style>