Shades of Mallard #405430
Tints of Mallard #405430
RGB
CMYK
RGB Variations
Color information
#405430 (or 0x405430) is known color: Mallard. HEX triplet: 40, 54 and 30. RGB value is (64,84,48). Sum of RGB (Red+Green+Blue) = 64+84+48=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #405430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405430 is #BFABCF. Grayscale: #4A4A4A. Windows color (decimal): -12561360 or 3167296. OLE color: 3167296.
HSL color Cylindrical-coordinate representation of color #405430: hue angle of 93.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405430 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 48 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.67 |
| HSL | 93.33º | 0.27% | 0.26% | - |
| HSV(B) | 93.33º | 0.43% | 0.33% | - |
| XYZ | 5.82 | 7.64 | 3.97 | - |
| YUV | 73.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 48 | 0.24 | 0 | 0.43 | 0.67 | 93.33 | 0.27 | 0.26 |
| Hex | 40 | 54 | 30 | 18 | 0 | 2B | 43 | 5D | 1B | 1A |
| Octal | 100 | 124 | 60 | 30 | 0 | 53 | 103 | 135 | 33 | 32 |
| Binary | 1000000 | 1010100 | 110000 | 11000 | 0 | 101011 | 1000011 | 1011101 | 11011 | 11010 |
Color Harmonies of #405430
Complementary color
Monochromatic Colors of #405430
Black with #405430
Text Example
Text Example
White with #405430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405430; }
p { color: rgb(64,84,48); }
H1.HeaderClassName
{
color: #405430;
}
.AnyTagClassName
{
color: #405430;
}
</style>
background-color css
<style>
a { background-color: #405430; }
a { background-color: rgb(64,84,48); }
div.DivClassName
{
background-color: #405430;
}
.BgClassName
{
background-color: #405430;
}
</style>
border-color css
<style>
span { border-color: #405430; }
span { border-color: rgb(64,84,48); }
td.TdClassName
{
border-color: #405430;
}
.TagClassName
{
border-color: #405430;
}
</style>