Shades of Mallard #404F37
Tints of Mallard #404F37
RGB
CMYK
RGB Variations
Color information
#404F37 (or 0x404F37) is known color: Mallard. HEX triplet: 40, 4F and 37. RGB value is (64,79,55). Sum of RGB (Red+Green+Blue) = 64+79+55=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 55 (21.88% from 255 or 27.78% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #404F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F37 is #BFB0C8. Grayscale: #474747. Windows color (decimal): -12562633 or 3624768. OLE color: 3624768.
HSL color Cylindrical-coordinate representation of color #404F37: hue angle of 97.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404F37 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 55 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.69 |
| HSL | 97.5º | 0.18% | 0.26% | - |
| HSV(B) | 97.5º | 0.3% | 0.31% | - |
| XYZ | 5.6 | 6.96 | 4.66 | - |
| YUV | 71.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 55 | 0.19 | 0 | 0.30 | 0.69 | 97.5 | 0.18 | 0.26 |
| Hex | 40 | 4F | 37 | 13 | 0 | 1E | 45 | 62 | 12 | 1A |
| Octal | 100 | 117 | 67 | 23 | 0 | 36 | 105 | 142 | 22 | 32 |
| Binary | 1000000 | 1001111 | 110111 | 10011 | 0 | 11110 | 1000101 | 1100010 | 10010 | 11010 |
Color Harmonies of #404F37
Complementary color
Monochromatic Colors of #404F37
Black with #404F37
Text Example
Text Example
White with #404F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F37; }
p { color: rgb(64,79,55); }
H1.HeaderClassName
{
color: #404F37;
}
.AnyTagClassName
{
color: #404F37;
}
</style>
background-color css
<style>
a { background-color: #404F37; }
a { background-color: rgb(64,79,55); }
div.DivClassName
{
background-color: #404F37;
}
.BgClassName
{
background-color: #404F37;
}
</style>
border-color css
<style>
span { border-color: #404F37; }
span { border-color: rgb(64,79,55); }
td.TdClassName
{
border-color: #404F37;
}
.TagClassName
{
border-color: #404F37;
}
</style>