Shades of Mallard #405132
Tints of Mallard #405132
RGB
CMYK
RGB Variations
Color information
#405132 (or 0x405132) is known color: Mallard. HEX triplet: 40, 51 and 32. RGB value is (64,81,50). Sum of RGB (Red+Green+Blue) = 64+81+50=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #405132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405132 is #BFAECD. Grayscale: #484848. Windows color (decimal): -12562126 or 3297600. OLE color: 3297600.
HSL color Cylindrical-coordinate representation of color #405132: hue angle of 92.9º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #405132 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 81 | 50 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.68 |
| HSL | 92.9º | 0.24% | 0.26% | - |
| HSV(B) | 92.9º | 0.38% | 0.32% | - |
| XYZ | 5.63 | 7.21 | 4.11 | - |
| YUV | 72.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 50 | 0.21 | 0 | 0.38 | 0.68 | 92.9 | 0.24 | 0.26 |
| Hex | 40 | 51 | 32 | 15 | 0 | 26 | 44 | 5D | 18 | 1A |
| Octal | 100 | 121 | 62 | 25 | 0 | 46 | 104 | 135 | 30 | 32 |
| Binary | 1000000 | 1010001 | 110010 | 10101 | 0 | 100110 | 1000100 | 1011101 | 11000 | 11010 |
Color Harmonies of #405132
Complementary color
Monochromatic Colors of #405132
Black with #405132
Text Example
Text Example
White with #405132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405132; }
p { color: rgb(64,81,50); }
H1.HeaderClassName
{
color: #405132;
}
.AnyTagClassName
{
color: #405132;
}
</style>
background-color css
<style>
a { background-color: #405132; }
a { background-color: rgb(64,81,50); }
div.DivClassName
{
background-color: #405132;
}
.BgClassName
{
background-color: #405132;
}
</style>
border-color css
<style>
span { border-color: #405132; }
span { border-color: rgb(64,81,50); }
td.TdClassName
{
border-color: #405132;
}
.TagClassName
{
border-color: #405132;
}
</style>