Shades of Mallard #40453C
Tints of Mallard #40453C
RGB
CMYK
RGB Variations
Color information
#40453C (or 0x40453C) is known color: Mallard. HEX triplet: 40, 45 and 3C. RGB value is (64,69,60). Sum of RGB (Red+Green+Blue) = 64+69+60=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 69 - color contains mainly: green. Hex color #40453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40453C is #BFBAC3. Grayscale: #424242. Windows color (decimal): -12565188 or 3949888. OLE color: 3949888.
HSL color Cylindrical-coordinate representation of color #40453C: hue angle of 93.33º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #40453C is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 60 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.73 |
| HSL | 93.33º | 0.07% | 0.25% | - |
| HSV(B) | 93.33º | 0.13% | 0.27% | - |
| XYZ | 5.06 | 5.67 | 5.1 | - |
| YUV | 66.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 60 | 0.07 | 0 | 0.13 | 0.73 | 93.33 | 0.07 | 0.25 |
| Hex | 40 | 45 | 3C | 7 | 0 | D | 49 | 5D | 7 | 19 |
| Octal | 100 | 105 | 74 | 7 | 0 | 15 | 111 | 135 | 7 | 31 |
| Binary | 1000000 | 1000101 | 111100 | 111 | 0 | 1101 | 1001001 | 1011101 | 111 | 11001 |
Color Harmonies of #40453C
Complementary color
Monochromatic Colors of #40453C
Black with #40453C
Text Example
Text Example
White with #40453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40453C; }
p { color: rgb(64,69,60); }
H1.HeaderClassName
{
color: #40453C;
}
.AnyTagClassName
{
color: #40453C;
}
</style>
background-color css
<style>
a { background-color: #40453C; }
a { background-color: rgb(64,69,60); }
div.DivClassName
{
background-color: #40453C;
}
.BgClassName
{
background-color: #40453C;
}
</style>
border-color css
<style>
span { border-color: #40453C; }
span { border-color: rgb(64,69,60); }
td.TdClassName
{
border-color: #40453C;
}
.TagClassName
{
border-color: #40453C;
}
</style>