Shades of Mallard #404D39
Tints of Mallard #404D39
RGB
CMYK
RGB Variations
Color information
#404D39 (or 0x404D39) is known color: Mallard. HEX triplet: 40, 4D and 39. RGB value is (64,77,57). Sum of RGB (Red+Green+Blue) = 64+77+57=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 77 - color contains mainly: green. Hex color #404D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404D39 is #BFB2C6. Grayscale: #464646. Windows color (decimal): -12563143 or 3755328. OLE color: 3755328.
HSL color Cylindrical-coordinate representation of color #404D39: hue angle of 99º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #404D39 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 77 | 57 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.70 |
| HSL | 99º | 0.15% | 0.26% | - |
| HSV(B) | 99º | 0.26% | 0.3% | - |
| XYZ | 5.51 | 6.69 | 4.87 | - |
| YUV | 70.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 57 | 0.17 | 0 | 0.26 | 0.70 | 99 | 0.15 | 0.26 |
| Hex | 40 | 4D | 39 | 11 | 0 | 1A | 46 | 63 | F | 1A |
| Octal | 100 | 115 | 71 | 21 | 0 | 32 | 106 | 143 | 17 | 32 |
| Binary | 1000000 | 1001101 | 111001 | 10001 | 0 | 11010 | 1000110 | 1100011 | 1111 | 11010 |
Color Harmonies of #404D39
Complementary color
Monochromatic Colors of #404D39
Black with #404D39
Text Example
Text Example
White with #404D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D39; }
p { color: rgb(64,77,57); }
H1.HeaderClassName
{
color: #404D39;
}
.AnyTagClassName
{
color: #404D39;
}
</style>
background-color css
<style>
a { background-color: #404D39; }
a { background-color: rgb(64,77,57); }
div.DivClassName
{
background-color: #404D39;
}
.BgClassName
{
background-color: #404D39;
}
</style>
border-color css
<style>
span { border-color: #404D39; }
span { border-color: rgb(64,77,57); }
td.TdClassName
{
border-color: #404D39;
}
.TagClassName
{
border-color: #404D39;
}
</style>