Shades of Mallard #404F32
Tints of Mallard #404F32
RGB
CMYK
RGB Variations
Color information
#404F32 (or 0x404F32) is known color: Mallard. HEX triplet: 40, 4F and 32. RGB value is (64,79,50). Sum of RGB (Red+Green+Blue) = 64+79+50=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #404F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F32 is #BFB0CD. Grayscale: #474747. Windows color (decimal): -12562638 or 3297088. OLE color: 3297088.
HSL color Cylindrical-coordinate representation of color #404F32: hue angle of 91.03º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404F32 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 50 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.69 |
| HSL | 91.03º | 0.22% | 0.25% | - |
| HSV(B) | 91.03º | 0.37% | 0.31% | - |
| XYZ | 5.49 | 6.91 | 4.06 | - |
| YUV | 71.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 50 | 0.19 | 0 | 0.37 | 0.69 | 91.03 | 0.22 | 0.25 |
| Hex | 40 | 4F | 32 | 13 | 0 | 25 | 45 | 5B | 16 | 19 |
| Octal | 100 | 117 | 62 | 23 | 0 | 45 | 105 | 133 | 26 | 31 |
| Binary | 1000000 | 1001111 | 110010 | 10011 | 0 | 100101 | 1000101 | 1011011 | 10110 | 11001 |
Color Harmonies of #404F32
Complementary color
Monochromatic Colors of #404F32
Black with #404F32
Text Example
Text Example
White with #404F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F32; }
p { color: rgb(64,79,50); }
H1.HeaderClassName
{
color: #404F32;
}
.AnyTagClassName
{
color: #404F32;
}
</style>
background-color css
<style>
a { background-color: #404F32; }
a { background-color: rgb(64,79,50); }
div.DivClassName
{
background-color: #404F32;
}
.BgClassName
{
background-color: #404F32;
}
</style>
border-color css
<style>
span { border-color: #404F32; }
span { border-color: rgb(64,79,50); }
td.TdClassName
{
border-color: #404F32;
}
.TagClassName
{
border-color: #404F32;
}
</style>