Shades of Mallard #425435
Tints of Mallard #425435
RGB
CMYK
RGB Variations
Color information
#425435 (or 0x425435) is known color: Mallard. HEX triplet: 42, 54 and 35. RGB value is (66,84,53). Sum of RGB (Red+Green+Blue) = 66+84+53=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #425435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425435 is #BDABCA. Grayscale: #4B4B4B. Windows color (decimal): -12430283 or 3494978. OLE color: 3494978.
HSL color Cylindrical-coordinate representation of color #425435: hue angle of 94.84º 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 #425435 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 84 | 53 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.67 |
| HSL | 94.84º | 0.23% | 0.27% | - |
| HSV(B) | 94.84º | 0.37% | 0.33% | - |
| XYZ | 6.06 | 7.76 | 4.55 | - |
| YUV | 75.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 84 | 53 | 0.21 | 0 | 0.37 | 0.67 | 94.84 | 0.23 | 0.27 |
| Hex | 42 | 54 | 35 | 15 | 0 | 25 | 43 | 5F | 17 | 1B |
| Octal | 102 | 124 | 65 | 25 | 0 | 45 | 103 | 137 | 27 | 33 |
| Binary | 1000010 | 1010100 | 110101 | 10101 | 0 | 100101 | 1000011 | 1011111 | 10111 | 11011 |
Color Harmonies of #425435
Complementary color
Monochromatic Colors of #425435
Black with #425435
Text Example
Text Example
White with #425435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425435; }
p { color: rgb(66,84,53); }
H1.HeaderClassName
{
color: #425435;
}
.AnyTagClassName
{
color: #425435;
}
</style>
background-color css
<style>
a { background-color: #425435; }
a { background-color: rgb(66,84,53); }
div.DivClassName
{
background-color: #425435;
}
.BgClassName
{
background-color: #425435;
}
</style>
border-color css
<style>
span { border-color: #425435; }
span { border-color: rgb(66,84,53); }
td.TdClassName
{
border-color: #425435;
}
.TagClassName
{
border-color: #425435;
}
</style>