Shades of Mallard #404E34
Tints of Mallard #404E34
RGB
CMYK
RGB Variations
Color information
#404E34 (or 0x404E34) is known color: Mallard. HEX triplet: 40, 4E and 34. RGB value is (64,78,52). Sum of RGB (Red+Green+Blue) = 64+78+52=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 78 - color contains mainly: green. Hex color #404E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E34 is #BFB1CB. Grayscale: #464646. Windows color (decimal): -12562892 or 3427904. OLE color: 3427904.
HSL color Cylindrical-coordinate representation of color #404E34: hue angle of 92.31º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404E34 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 52 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.69 |
| HSL | 92.31º | 0.2% | 0.25% | - |
| HSV(B) | 92.31º | 0.33% | 0.31% | - |
| XYZ | 5.46 | 6.79 | 4.27 | - |
| YUV | 70.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 52 | 0.18 | 0 | 0.33 | 0.69 | 92.31 | 0.2 | 0.25 |
| Hex | 40 | 4E | 34 | 12 | 0 | 21 | 45 | 5C | 14 | 19 |
| Octal | 100 | 116 | 64 | 22 | 0 | 41 | 105 | 134 | 24 | 31 |
| Binary | 1000000 | 1001110 | 110100 | 10010 | 0 | 100001 | 1000101 | 1011100 | 10100 | 11001 |
Color Harmonies of #404E34
Complementary color
Monochromatic Colors of #404E34
Black with #404E34
Text Example
Text Example
White with #404E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E34; }
p { color: rgb(64,78,52); }
H1.HeaderClassName
{
color: #404E34;
}
.AnyTagClassName
{
color: #404E34;
}
</style>
background-color css
<style>
a { background-color: #404E34; }
a { background-color: rgb(64,78,52); }
div.DivClassName
{
background-color: #404E34;
}
.BgClassName
{
background-color: #404E34;
}
</style>
border-color css
<style>
span { border-color: #404E34; }
span { border-color: rgb(64,78,52); }
td.TdClassName
{
border-color: #404E34;
}
.TagClassName
{
border-color: #404E34;
}
</style>