Shades of Mallard #40443E
Tints of Mallard #40443E
RGB
CMYK
RGB Variations
Color information
#40443E (or 0x40443E) is known color: Mallard. HEX triplet: 40, 44 and 3E. RGB value is (64,68,62). Sum of RGB (Red+Green+Blue) = 64+68+62=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 68 - color contains mainly: green. Hex color #40443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40443E is #BFBBC1. Grayscale: #424242. Windows color (decimal): -12565442 or 4080704. OLE color: 4080704.
HSL color Cylindrical-coordinate representation of color #40443E: hue angle of 100º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #40443E is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 68 | 62 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.73 |
| HSL | 100º | 0.05% | 0.25% | - |
| HSV(B) | 100º | 0.09% | 0.27% | - |
| XYZ | 5.05 | 5.57 | 5.37 | - |
| YUV | 66.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 62 | 0.06 | 0 | 0.09 | 0.73 | 100 | 0.05 | 0.25 |
| Hex | 40 | 44 | 3E | 6 | 0 | 9 | 49 | 64 | 5 | 19 |
| Octal | 100 | 104 | 76 | 6 | 0 | 11 | 111 | 144 | 5 | 31 |
| Binary | 1000000 | 1000100 | 111110 | 110 | 0 | 1001 | 1001001 | 1100100 | 101 | 11001 |
Color Harmonies of #40443E
Complementary color
Monochromatic Colors of #40443E
Black with #40443E
Text Example
Text Example
White with #40443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40443E; }
p { color: rgb(64,68,62); }
H1.HeaderClassName
{
color: #40443E;
}
.AnyTagClassName
{
color: #40443E;
}
</style>
background-color css
<style>
a { background-color: #40443E; }
a { background-color: rgb(64,68,62); }
div.DivClassName
{
background-color: #40443E;
}
.BgClassName
{
background-color: #40443E;
}
</style>
border-color css
<style>
span { border-color: #40443E; }
span { border-color: rgb(64,68,62); }
td.TdClassName
{
border-color: #40443E;
}
.TagClassName
{
border-color: #40443E;
}
</style>