Shades of Mallard #414E35
Tints of Mallard #414E35
RGB
CMYK
RGB Variations
Color information
#414E35 (or 0x414E35) is known color: Mallard. HEX triplet: 41, 4E and 35. RGB value is (65,78,53). Sum of RGB (Red+Green+Blue) = 65+78+53=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 78 - color contains mainly: green. Hex color #414E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E35 is #BEB1CA. Grayscale: #474747. Windows color (decimal): -12497355 or 3493441. OLE color: 3493441.
HSL color Cylindrical-coordinate representation of color #414E35: hue angle of 91.2º 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 #414E35 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 78 | 53 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.69 |
| HSL | 91.2º | 0.19% | 0.26% | - |
| HSV(B) | 91.2º | 0.32% | 0.31% | - |
| XYZ | 5.55 | 6.83 | 4.39 | - |
| YUV | 71.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 53 | 0.17 | 0 | 0.32 | 0.69 | 91.2 | 0.19 | 0.26 |
| Hex | 41 | 4E | 35 | 11 | 0 | 20 | 45 | 5B | 13 | 1A |
| Octal | 101 | 116 | 65 | 21 | 0 | 40 | 105 | 133 | 23 | 32 |
| Binary | 1000001 | 1001110 | 110101 | 10001 | 0 | 100000 | 1000101 | 1011011 | 10011 | 11010 |
Color Harmonies of #414E35
Complementary color
Monochromatic Colors of #414E35
Black with #414E35
Text Example
Text Example
White with #414E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E35; }
p { color: rgb(65,78,53); }
H1.HeaderClassName
{
color: #414E35;
}
.AnyTagClassName
{
color: #414E35;
}
</style>
background-color css
<style>
a { background-color: #414E35; }
a { background-color: rgb(65,78,53); }
div.DivClassName
{
background-color: #414E35;
}
.BgClassName
{
background-color: #414E35;
}
</style>
border-color css
<style>
span { border-color: #414E35; }
span { border-color: rgb(65,78,53); }
td.TdClassName
{
border-color: #414E35;
}
.TagClassName
{
border-color: #414E35;
}
</style>