Shades of Mallard #404F33
Tints of Mallard #404F33
RGB
CMYK
RGB Variations
Color information
#404F33 (or 0x404F33) is known color: Mallard. HEX triplet: 40, 4F and 33. RGB value is (64,79,51). Sum of RGB (Red+Green+Blue) = 64+79+51=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #404F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F33 is #BFB0CC. Grayscale: #474747. Windows color (decimal): -12562637 or 3362624. OLE color: 3362624.
HSL color Cylindrical-coordinate representation of color #404F33: hue angle of 92.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404F33 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 51 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.69 |
| HSL | 92.14º | 0.22% | 0.25% | - |
| HSV(B) | 92.14º | 0.35% | 0.31% | - |
| XYZ | 5.51 | 6.92 | 4.18 | - |
| YUV | 71.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 51 | 0.19 | 0 | 0.35 | 0.69 | 92.14 | 0.22 | 0.25 |
| Hex | 40 | 4F | 33 | 13 | 0 | 23 | 45 | 5C | 16 | 19 |
| Octal | 100 | 117 | 63 | 23 | 0 | 43 | 105 | 134 | 26 | 31 |
| Binary | 1000000 | 1001111 | 110011 | 10011 | 0 | 100011 | 1000101 | 1011100 | 10110 | 11001 |
Color Harmonies of #404F33
Complementary color
Monochromatic Colors of #404F33
Black with #404F33
Text Example
Text Example
White with #404F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F33; }
p { color: rgb(64,79,51); }
H1.HeaderClassName
{
color: #404F33;
}
.AnyTagClassName
{
color: #404F33;
}
</style>
background-color css
<style>
a { background-color: #404F33; }
a { background-color: rgb(64,79,51); }
div.DivClassName
{
background-color: #404F33;
}
.BgClassName
{
background-color: #404F33;
}
</style>
border-color css
<style>
span { border-color: #404F33; }
span { border-color: rgb(64,79,51); }
td.TdClassName
{
border-color: #404F33;
}
.TagClassName
{
border-color: #404F33;
}
</style>