Shades of Mallard #41473B
Tints of Mallard #41473B
RGB
CMYK
RGB Variations
Color information
#41473B (or 0x41473B) is known color: Mallard. HEX triplet: 41, 47 and 3B. RGB value is (65,71,59). Sum of RGB (Red+Green+Blue) = 65+71+59=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 71 - color contains mainly: green. Hex color #41473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41473B is #BEB8C4. Grayscale: #434343. Windows color (decimal): -12499141 or 3884865. OLE color: 3884865.
HSL color Cylindrical-coordinate representation of color #41473B: hue angle of 90º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #41473B is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 71 | 59 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.72 |
| HSL | 90º | 0.09% | 0.25% | - |
| HSV(B) | 90º | 0.17% | 0.28% | - |
| XYZ | 5.22 | 5.95 | 5.01 | - |
| YUV | 67.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 59 | 0.08 | 0 | 0.17 | 0.72 | 90 | 0.09 | 0.25 |
| Hex | 41 | 47 | 3B | 8 | 0 | 11 | 48 | 5A | 9 | 19 |
| Octal | 101 | 107 | 73 | 10 | 0 | 21 | 110 | 132 | 11 | 31 |
| Binary | 1000001 | 1000111 | 111011 | 1000 | 0 | 10001 | 1001000 | 1011010 | 1001 | 11001 |
Color Harmonies of #41473B
Complementary color
Monochromatic Colors of #41473B
Black with #41473B
Text Example
Text Example
White with #41473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41473B; }
p { color: rgb(65,71,59); }
H1.HeaderClassName
{
color: #41473B;
}
.AnyTagClassName
{
color: #41473B;
}
</style>
background-color css
<style>
a { background-color: #41473B; }
a { background-color: rgb(65,71,59); }
div.DivClassName
{
background-color: #41473B;
}
.BgClassName
{
background-color: #41473B;
}
</style>
border-color css
<style>
span { border-color: #41473B; }
span { border-color: rgb(65,71,59); }
td.TdClassName
{
border-color: #41473B;
}
.TagClassName
{
border-color: #41473B;
}
</style>