Shades of Mallard #40443C
Tints of Mallard #40443C
RGB
CMYK
RGB Variations
Color information
#40443C (or 0x40443C) is known color: Mallard. HEX triplet: 40, 44 and 3C. RGB value is (64,68,60). Sum of RGB (Red+Green+Blue) = 64+68+60=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 68 - color contains mainly: green. Hex color #40443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40443C is #BFBBC3. Grayscale: #414141. Windows color (decimal): -12565444 or 3949632. OLE color: 3949632.
HSL color Cylindrical-coordinate representation of color #40443C: hue angle of 90º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #40443C is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 68 | 60 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.73 |
| HSL | 90º | 0.06% | 0.25% | - |
| HSV(B) | 90º | 0.12% | 0.27% | - |
| XYZ | 5 | 5.55 | 5.08 | - |
| YUV | 65.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 60 | 0.06 | 0 | 0.12 | 0.73 | 90 | 0.06 | 0.25 |
| Hex | 40 | 44 | 3C | 6 | 0 | C | 49 | 5A | 6 | 19 |
| Octal | 100 | 104 | 74 | 6 | 0 | 14 | 111 | 132 | 6 | 31 |
| Binary | 1000000 | 1000100 | 111100 | 110 | 0 | 1100 | 1001001 | 1011010 | 110 | 11001 |
Color Harmonies of #40443C
Complementary color
Monochromatic Colors of #40443C
Black with #40443C
Text Example
Text Example
White with #40443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40443C; }
p { color: rgb(64,68,60); }
H1.HeaderClassName
{
color: #40443C;
}
.AnyTagClassName
{
color: #40443C;
}
</style>
background-color css
<style>
a { background-color: #40443C; }
a { background-color: rgb(64,68,60); }
div.DivClassName
{
background-color: #40443C;
}
.BgClassName
{
background-color: #40443C;
}
</style>
border-color css
<style>
span { border-color: #40443C; }
span { border-color: rgb(64,68,60); }
td.TdClassName
{
border-color: #40443C;
}
.TagClassName
{
border-color: #40443C;
}
</style>