Shades of Mallard #414C34
Tints of Mallard #414C34
RGB
CMYK
RGB Variations
Color information
#414C34 (or 0x414C34) is known color: Mallard. HEX triplet: 41, 4C and 34. RGB value is (65,76,52). Sum of RGB (Red+Green+Blue) = 65+76+52=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 76 - color contains mainly: green. Hex color #414C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C34 is #BEB3CB. Grayscale: #464646. Windows color (decimal): -12497868 or 3427393. OLE color: 3427393.
HSL color Cylindrical-coordinate representation of color #414C34: hue angle of 87.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414C34 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 52 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.70 |
| HSL | 87.5º | 0.19% | 0.25% | - |
| HSV(B) | 87.5º | 0.32% | 0.3% | - |
| XYZ | 5.38 | 6.54 | 4.23 | - |
| YUV | 69.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 52 | 0.14 | 0 | 0.32 | 0.70 | 87.5 | 0.19 | 0.25 |
| Hex | 41 | 4C | 34 | E | 0 | 20 | 46 | 57 | 13 | 19 |
| Octal | 101 | 114 | 64 | 16 | 0 | 40 | 106 | 127 | 23 | 31 |
| Binary | 1000001 | 1001100 | 110100 | 1110 | 0 | 100000 | 1000110 | 1010111 | 10011 | 11001 |
Color Harmonies of #414C34
Complementary color
Monochromatic Colors of #414C34
Black with #414C34
Text Example
Text Example
White with #414C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C34; }
p { color: rgb(65,76,52); }
H1.HeaderClassName
{
color: #414C34;
}
.AnyTagClassName
{
color: #414C34;
}
</style>
background-color css
<style>
a { background-color: #414C34; }
a { background-color: rgb(65,76,52); }
div.DivClassName
{
background-color: #414C34;
}
.BgClassName
{
background-color: #414C34;
}
</style>
border-color css
<style>
span { border-color: #414C34; }
span { border-color: rgb(65,76,52); }
td.TdClassName
{
border-color: #414C34;
}
.TagClassName
{
border-color: #414C34;
}
</style>