Shades of Mallard #415435
Tints of Mallard #415435
RGB
CMYK
RGB Variations
Color information
#415435 (or 0x415435) is known color: Mallard. HEX triplet: 41, 54 and 35. RGB value is (65,84,53). Sum of RGB (Red+Green+Blue) = 65+84+53=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #415435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415435 is #BEABCA. Grayscale: #4A4A4A. Windows color (decimal): -12495819 or 3494977. OLE color: 3494977.
HSL color Cylindrical-coordinate representation of color #415435: hue angle of 96.77º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #415435 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 84 | 53 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.67 |
| HSL | 96.77º | 0.23% | 0.27% | - |
| HSV(B) | 96.77º | 0.37% | 0.33% | - |
| XYZ | 5.99 | 7.72 | 4.54 | - |
| YUV | 74.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 53 | 0.23 | 0 | 0.37 | 0.67 | 96.77 | 0.23 | 0.27 |
| Hex | 41 | 54 | 35 | 17 | 0 | 25 | 43 | 61 | 17 | 1B |
| Octal | 101 | 124 | 65 | 27 | 0 | 45 | 103 | 141 | 27 | 33 |
| Binary | 1000001 | 1010100 | 110101 | 10111 | 0 | 100101 | 1000011 | 1100001 | 10111 | 11011 |
Color Harmonies of #415435
Complementary color
Monochromatic Colors of #415435
Black with #415435
Text Example
Text Example
White with #415435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415435; }
p { color: rgb(65,84,53); }
H1.HeaderClassName
{
color: #415435;
}
.AnyTagClassName
{
color: #415435;
}
</style>
background-color css
<style>
a { background-color: #415435; }
a { background-color: rgb(65,84,53); }
div.DivClassName
{
background-color: #415435;
}
.BgClassName
{
background-color: #415435;
}
</style>
border-color css
<style>
span { border-color: #415435; }
span { border-color: rgb(65,84,53); }
td.TdClassName
{
border-color: #415435;
}
.TagClassName
{
border-color: #415435;
}
</style>