Shades of Mallard #425336
Tints of Mallard #425336
RGB
CMYK
RGB Variations
Color information
#425336 (or 0x425336) is known color: Mallard. HEX triplet: 42, 53 and 36. RGB value is (66,83,54). Sum of RGB (Red+Green+Blue) = 66+83+54=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #425336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425336 is #BDACC9. Grayscale: #4A4A4A. Windows color (decimal): -12430538 or 3560258. OLE color: 3560258.
HSL color Cylindrical-coordinate representation of color #425336: hue angle of 95.17º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425336 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 83 | 54 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.67 |
| HSL | 95.17º | 0.21% | 0.27% | - |
| HSV(B) | 95.17º | 0.35% | 0.33% | - |
| XYZ | 6.01 | 7.61 | 4.64 | - |
| YUV | 74.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 54 | 0.20 | 0 | 0.35 | 0.67 | 95.17 | 0.21 | 0.27 |
| Hex | 42 | 53 | 36 | 14 | 0 | 23 | 43 | 5F | 15 | 1B |
| Octal | 102 | 123 | 66 | 24 | 0 | 43 | 103 | 137 | 25 | 33 |
| Binary | 1000010 | 1010011 | 110110 | 10100 | 0 | 100011 | 1000011 | 1011111 | 10101 | 11011 |
Color Harmonies of #425336
Complementary color
Monochromatic Colors of #425336
Black with #425336
Text Example
Text Example
White with #425336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425336; }
p { color: rgb(66,83,54); }
H1.HeaderClassName
{
color: #425336;
}
.AnyTagClassName
{
color: #425336;
}
</style>
background-color css
<style>
a { background-color: #425336; }
a { background-color: rgb(66,83,54); }
div.DivClassName
{
background-color: #425336;
}
.BgClassName
{
background-color: #425336;
}
</style>
border-color css
<style>
span { border-color: #425336; }
span { border-color: rgb(66,83,54); }
td.TdClassName
{
border-color: #425336;
}
.TagClassName
{
border-color: #425336;
}
</style>