Shades of Mallard #414F36
Tints of Mallard #414F36
RGB
CMYK
RGB Variations
Color information
#414F36 (or 0x414F36) is known color: Mallard. HEX triplet: 41, 4F and 36. RGB value is (65,79,54). Sum of RGB (Red+Green+Blue) = 65+79+54=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #414F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F36 is #BEB0C9. Grayscale: #484848. Windows color (decimal): -12497098 or 3559233. OLE color: 3559233.
HSL color Cylindrical-coordinate representation of color #414F36: hue angle of 93.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414F36 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 79 | 54 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.69 |
| HSL | 93.6º | 0.19% | 0.26% | - |
| HSV(B) | 93.6º | 0.32% | 0.31% | - |
| XYZ | 5.64 | 6.98 | 4.54 | - |
| YUV | 71.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 79 | 54 | 0.18 | 0 | 0.32 | 0.69 | 93.6 | 0.19 | 0.26 |
| Hex | 41 | 4F | 36 | 12 | 0 | 20 | 45 | 5E | 13 | 1A |
| Octal | 101 | 117 | 66 | 22 | 0 | 40 | 105 | 136 | 23 | 32 |
| Binary | 1000001 | 1001111 | 110110 | 10010 | 0 | 100000 | 1000101 | 1011110 | 10011 | 11010 |
Color Harmonies of #414F36
Complementary color
Monochromatic Colors of #414F36
Black with #414F36
Text Example
Text Example
White with #414F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414F36; }
p { color: rgb(65,79,54); }
H1.HeaderClassName
{
color: #414F36;
}
.AnyTagClassName
{
color: #414F36;
}
</style>
background-color css
<style>
a { background-color: #414F36; }
a { background-color: rgb(65,79,54); }
div.DivClassName
{
background-color: #414F36;
}
.BgClassName
{
background-color: #414F36;
}
</style>
border-color css
<style>
span { border-color: #414F36; }
span { border-color: rgb(65,79,54); }
td.TdClassName
{
border-color: #414F36;
}
.TagClassName
{
border-color: #414F36;
}
</style>