Shades of Mallard #425236
Tints of Mallard #425236
RGB
CMYK
RGB Variations
Color information
#425236 (or 0x425236) is known color: Mallard. HEX triplet: 42, 52 and 36. RGB value is (66,82,54). Sum of RGB (Red+Green+Blue) = 66+82+54=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 82 - color contains mainly: green. Hex color #425236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425236 is #BDADC9. Grayscale: #4A4A4A. Windows color (decimal): -12430794 or 3560002. OLE color: 3560002.
HSL color Cylindrical-coordinate representation of color #425236: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #425236 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 82 | 54 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.68 |
| HSL | 94.29º | 0.21% | 0.27% | - |
| HSV(B) | 94.29º | 0.34% | 0.32% | - |
| XYZ | 5.93 | 7.46 | 4.62 | - |
| YUV | 74.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 82 | 54 | 0.20 | 0 | 0.34 | 0.68 | 94.29 | 0.21 | 0.27 |
| Hex | 42 | 52 | 36 | 14 | 0 | 22 | 44 | 5E | 15 | 1B |
| Octal | 102 | 122 | 66 | 24 | 0 | 42 | 104 | 136 | 25 | 33 |
| Binary | 1000010 | 1010010 | 110110 | 10100 | 0 | 100010 | 1000100 | 1011110 | 10101 | 11011 |
Color Harmonies of #425236
Complementary color
Monochromatic Colors of #425236
Black with #425236
Text Example
Text Example
White with #425236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425236; }
p { color: rgb(66,82,54); }
H1.HeaderClassName
{
color: #425236;
}
.AnyTagClassName
{
color: #425236;
}
</style>
background-color css
<style>
a { background-color: #425236; }
a { background-color: rgb(66,82,54); }
div.DivClassName
{
background-color: #425236;
}
.BgClassName
{
background-color: #425236;
}
</style>
border-color css
<style>
span { border-color: #425236; }
span { border-color: rgb(66,82,54); }
td.TdClassName
{
border-color: #425236;
}
.TagClassName
{
border-color: #425236;
}
</style>