Shades of Mallard #414836
Tints of Mallard #414836
RGB
CMYK
RGB Variations
Color information
#414836 (or 0x414836) is known color: Mallard. HEX triplet: 41, 48 and 36. RGB value is (65,72,54). Sum of RGB (Red+Green+Blue) = 65+72+54=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #414836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414836 is #BEB7C9. Grayscale: #434343. Windows color (decimal): -12498890 or 3557441. OLE color: 3557441.
HSL color Cylindrical-coordinate representation of color #414836: hue angle of 83.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #414836 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 72 | 54 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.72 |
| HSL | 83.33º | 0.14% | 0.25% | - |
| HSV(B) | 83.33º | 0.25% | 0.28% | - |
| XYZ | 5.16 | 6.02 | 4.38 | - |
| YUV | 67.86 | 120.18 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 54 | 0.10 | 0 | 0.25 | 0.72 | 83.33 | 0.14 | 0.25 |
| Hex | 41 | 48 | 36 | A | 0 | 19 | 48 | 53 | E | 19 |
| Octal | 101 | 110 | 66 | 12 | 0 | 31 | 110 | 123 | 16 | 31 |
| Binary | 1000001 | 1001000 | 110110 | 1010 | 0 | 11001 | 1001000 | 1010011 | 1110 | 11001 |
Color Harmonies of #414836
Complementary color
Monochromatic Colors of #414836
Black with #414836
Text Example
Text Example
White with #414836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414836; }
p { color: rgb(65,72,54); }
H1.HeaderClassName
{
color: #414836;
}
.AnyTagClassName
{
color: #414836;
}
</style>
background-color css
<style>
a { background-color: #414836; }
a { background-color: rgb(65,72,54); }
div.DivClassName
{
background-color: #414836;
}
.BgClassName
{
background-color: #414836;
}
</style>
border-color css
<style>
span { border-color: #414836; }
span { border-color: rgb(65,72,54); }
td.TdClassName
{
border-color: #414836;
}
.TagClassName
{
border-color: #414836;
}
</style>