Shades of Mallard #404539
Tints of Mallard #404539
RGB
CMYK
RGB Variations
Color information
#404539 (or 0x404539) is known color: Mallard. HEX triplet: 40, 45 and 39. RGB value is (64,69,57). Sum of RGB (Red+Green+Blue) = 64+69+57=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #404539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404539 is #BFBAC6. Grayscale: #424242. Windows color (decimal): -12565191 or 3753280. OLE color: 3753280.
HSL color Cylindrical-coordinate representation of color #404539: hue angle of 85º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #404539 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 57 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.73 |
| HSL | 85º | 0.1% | 0.25% | - |
| HSV(B) | 85º | 0.17% | 0.27% | - |
| XYZ | 4.98 | 5.64 | 4.7 | - |
| YUV | 66.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 57 | 0.07 | 0 | 0.17 | 0.73 | 85 | 0.1 | 0.25 |
| Hex | 40 | 45 | 39 | 7 | 0 | 11 | 49 | 55 | A | 19 |
| Octal | 100 | 105 | 71 | 7 | 0 | 21 | 111 | 125 | 12 | 31 |
| Binary | 1000000 | 1000101 | 111001 | 111 | 0 | 10001 | 1001001 | 1010101 | 1010 | 11001 |
Color Harmonies of #404539
Complementary color
Monochromatic Colors of #404539
Black with #404539
Text Example
Text Example
White with #404539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404539; }
p { color: rgb(64,69,57); }
H1.HeaderClassName
{
color: #404539;
}
.AnyTagClassName
{
color: #404539;
}
</style>
background-color css
<style>
a { background-color: #404539; }
a { background-color: rgb(64,69,57); }
div.DivClassName
{
background-color: #404539;
}
.BgClassName
{
background-color: #404539;
}
</style>
border-color css
<style>
span { border-color: #404539; }
span { border-color: rgb(64,69,57); }
td.TdClassName
{
border-color: #404539;
}
.TagClassName
{
border-color: #404539;
}
</style>