Shades of Mallard #41493B
Tints of Mallard #41493B
RGB
CMYK
RGB Variations
Color information
#41493B (or 0x41493B) is known color: Mallard. HEX triplet: 41, 49 and 3B. RGB value is (65,73,59). Sum of RGB (Red+Green+Blue) = 65+73+59=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 73 - color contains mainly: green. Hex color #41493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41493B is #BEB6C4. Grayscale: #454545. Windows color (decimal): -12498629 or 3885377. OLE color: 3885377.
HSL color Cylindrical-coordinate representation of color #41493B: hue angle of 94.29º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #41493B is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 73 | 59 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.71 |
| HSL | 94.29º | 0.11% | 0.26% | - |
| HSV(B) | 94.29º | 0.19% | 0.29% | - |
| XYZ | 5.35 | 6.2 | 5.05 | - |
| YUV | 69.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 59 | 0.11 | 0 | 0.19 | 0.71 | 94.29 | 0.11 | 0.26 |
| Hex | 41 | 49 | 3B | B | 0 | 13 | 47 | 5E | B | 1A |
| Octal | 101 | 111 | 73 | 13 | 0 | 23 | 107 | 136 | 13 | 32 |
| Binary | 1000001 | 1001001 | 111011 | 1011 | 0 | 10011 | 1000111 | 1011110 | 1011 | 11010 |
Color Harmonies of #41493B
Complementary color
Monochromatic Colors of #41493B
Black with #41493B
Text Example
Text Example
White with #41493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41493B; }
p { color: rgb(65,73,59); }
H1.HeaderClassName
{
color: #41493B;
}
.AnyTagClassName
{
color: #41493B;
}
</style>
background-color css
<style>
a { background-color: #41493B; }
a { background-color: rgb(65,73,59); }
div.DivClassName
{
background-color: #41493B;
}
.BgClassName
{
background-color: #41493B;
}
</style>
border-color css
<style>
span { border-color: #41493B; }
span { border-color: rgb(65,73,59); }
td.TdClassName
{
border-color: #41493B;
}
.TagClassName
{
border-color: #41493B;
}
</style>