Shades of Mallard #405030
Tints of Mallard #405030
RGB
CMYK
RGB Variations
Color information
#405030 (or 0x405030) is known color: Mallard. HEX triplet: 40, 50 and 30. RGB value is (64,80,48). Sum of RGB (Red+Green+Blue) = 64+80+48=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #405030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405030 is #BFAFCF. Grayscale: #474747. Windows color (decimal): -12562384 or 3166272. OLE color: 3166272.
HSL color Cylindrical-coordinate representation of color #405030: hue angle of 90º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #405030 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 80 | 48 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.69 |
| HSL | 90º | 0.25% | 0.25% | - |
| HSV(B) | 90º | 0.4% | 0.31% | - |
| XYZ | 5.52 | 7.04 | 3.86 | - |
| YUV | 71.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 48 | 0.20 | 0 | 0.40 | 0.69 | 90 | 0.25 | 0.25 |
| Hex | 40 | 50 | 30 | 14 | 0 | 28 | 45 | 5A | 19 | 19 |
| Octal | 100 | 120 | 60 | 24 | 0 | 50 | 105 | 132 | 31 | 31 |
| Binary | 1000000 | 1010000 | 110000 | 10100 | 0 | 101000 | 1000101 | 1011010 | 11001 | 11001 |
Color Harmonies of #405030
Complementary color
Monochromatic Colors of #405030
Black with #405030
Text Example
Text Example
White with #405030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405030; }
p { color: rgb(64,80,48); }
H1.HeaderClassName
{
color: #405030;
}
.AnyTagClassName
{
color: #405030;
}
</style>
background-color css
<style>
a { background-color: #405030; }
a { background-color: rgb(64,80,48); }
div.DivClassName
{
background-color: #405030;
}
.BgClassName
{
background-color: #405030;
}
</style>
border-color css
<style>
span { border-color: #405030; }
span { border-color: rgb(64,80,48); }
td.TdClassName
{
border-color: #405030;
}
.TagClassName
{
border-color: #405030;
}
</style>