Shades of Mallard #404C35
Tints of Mallard #404C35
RGB
CMYK
RGB Variations
Color information
#404C35 (or 0x404C35) is known color: Mallard. HEX triplet: 40, 4C and 35. RGB value is (64,76,53). Sum of RGB (Red+Green+Blue) = 64+76+53=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #404C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C35 is #BFB3CA. Grayscale: #454545. Windows color (decimal): -12563403 or 3492928. OLE color: 3492928.
HSL color Cylindrical-coordinate representation of color #404C35: hue angle of 91.3º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404C35 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 53 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.70 |
| HSL | 91.3º | 0.18% | 0.25% | - |
| HSV(B) | 91.3º | 0.3% | 0.3% | - |
| XYZ | 5.34 | 6.52 | 4.34 | - |
| YUV | 69.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 53 | 0.16 | 0 | 0.30 | 0.70 | 91.3 | 0.18 | 0.25 |
| Hex | 40 | 4C | 35 | 10 | 0 | 1E | 46 | 5B | 12 | 19 |
| Octal | 100 | 114 | 65 | 20 | 0 | 36 | 106 | 133 | 22 | 31 |
| Binary | 1000000 | 1001100 | 110101 | 10000 | 0 | 11110 | 1000110 | 1011011 | 10010 | 11001 |
Color Harmonies of #404C35
Complementary color
Monochromatic Colors of #404C35
Black with #404C35
Text Example
Text Example
White with #404C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C35; }
p { color: rgb(64,76,53); }
H1.HeaderClassName
{
color: #404C35;
}
.AnyTagClassName
{
color: #404C35;
}
</style>
background-color css
<style>
a { background-color: #404C35; }
a { background-color: rgb(64,76,53); }
div.DivClassName
{
background-color: #404C35;
}
.BgClassName
{
background-color: #404C35;
}
</style>
border-color css
<style>
span { border-color: #404C35; }
span { border-color: rgb(64,76,53); }
td.TdClassName
{
border-color: #404C35;
}
.TagClassName
{
border-color: #404C35;
}
</style>