Shades of Mallard #404A38
Tints of Mallard #404A38
RGB
CMYK
RGB Variations
Color information
#404A38 (or 0x404A38) is known color: Mallard. HEX triplet: 40, 4A and 38. RGB value is (64,74,56). Sum of RGB (Red+Green+Blue) = 64+74+56=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #404A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A38 is #BFB5C7. Grayscale: #454545. Windows color (decimal): -12563912 or 3689024. OLE color: 3689024.
HSL color Cylindrical-coordinate representation of color #404A38: hue angle of 93.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404A38 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 56 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.71 |
| HSL | 93.33º | 0.14% | 0.25% | - |
| HSV(B) | 93.33º | 0.24% | 0.29% | - |
| XYZ | 5.28 | 6.27 | 4.67 | - |
| YUV | 68.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 56 | 0.14 | 0 | 0.24 | 0.71 | 93.33 | 0.14 | 0.25 |
| Hex | 40 | 4A | 38 | E | 0 | 18 | 47 | 5D | E | 19 |
| Octal | 100 | 112 | 70 | 16 | 0 | 30 | 107 | 135 | 16 | 31 |
| Binary | 1000000 | 1001010 | 111000 | 1110 | 0 | 11000 | 1000111 | 1011101 | 1110 | 11001 |
Color Harmonies of #404A38
Complementary color
Monochromatic Colors of #404A38
Black with #404A38
Text Example
Text Example
White with #404A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A38; }
p { color: rgb(64,74,56); }
H1.HeaderClassName
{
color: #404A38;
}
.AnyTagClassName
{
color: #404A38;
}
</style>
background-color css
<style>
a { background-color: #404A38; }
a { background-color: rgb(64,74,56); }
div.DivClassName
{
background-color: #404A38;
}
.BgClassName
{
background-color: #404A38;
}
</style>
border-color css
<style>
span { border-color: #404A38; }
span { border-color: rgb(64,74,56); }
td.TdClassName
{
border-color: #404A38;
}
.TagClassName
{
border-color: #404A38;
}
</style>