Shades of Mallard #404C36
Tints of Mallard #404C36
RGB
CMYK
RGB Variations
Color information
#404C36 (or 0x404C36) is known color: Mallard. HEX triplet: 40, 4C and 36. RGB value is (64,76,54). Sum of RGB (Red+Green+Blue) = 64+76+54=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 76 - color contains mainly: green. Hex color #404C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C36 is #BFB3C9. Grayscale: #454545. Windows color (decimal): -12563402 or 3558464. OLE color: 3558464.
HSL color Cylindrical-coordinate representation of color #404C36: hue angle of 92.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #404C36 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 54 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.70 |
| HSL | 92.73º | 0.17% | 0.25% | - |
| HSV(B) | 92.73º | 0.29% | 0.3% | - |
| XYZ | 5.36 | 6.53 | 4.47 | - |
| YUV | 69.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 54 | 0.16 | 0 | 0.29 | 0.70 | 92.73 | 0.17 | 0.25 |
| Hex | 40 | 4C | 36 | 10 | 0 | 1D | 46 | 5D | 11 | 19 |
| Octal | 100 | 114 | 66 | 20 | 0 | 35 | 106 | 135 | 21 | 31 |
| Binary | 1000000 | 1001100 | 110110 | 10000 | 0 | 11101 | 1000110 | 1011101 | 10001 | 11001 |
Color Harmonies of #404C36
Complementary color
Monochromatic Colors of #404C36
Black with #404C36
Text Example
Text Example
White with #404C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C36; }
p { color: rgb(64,76,54); }
H1.HeaderClassName
{
color: #404C36;
}
.AnyTagClassName
{
color: #404C36;
}
</style>
background-color css
<style>
a { background-color: #404C36; }
a { background-color: rgb(64,76,54); }
div.DivClassName
{
background-color: #404C36;
}
.BgClassName
{
background-color: #404C36;
}
</style>
border-color css
<style>
span { border-color: #404C36; }
span { border-color: rgb(64,76,54); }
td.TdClassName
{
border-color: #404C36;
}
.TagClassName
{
border-color: #404C36;
}
</style>