Shades of Mallard #424C37
Tints of Mallard #424C37
RGB
CMYK
RGB Variations
Color information
#424C37 (or 0x424C37) is known color: Mallard. HEX triplet: 42, 4C and 37. RGB value is (66,76,55). Sum of RGB (Red+Green+Blue) = 66+76+55=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 76 - color contains mainly: green. Hex color #424C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C37 is #BDB3C8. Grayscale: #464646. Windows color (decimal): -12432329 or 3624002. OLE color: 3624002.
HSL color Cylindrical-coordinate representation of color #424C37: hue angle of 88.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #424C37 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 55 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.70 |
| HSL | 88.57º | 0.16% | 0.26% | - |
| HSV(B) | 88.57º | 0.28% | 0.3% | - |
| XYZ | 5.52 | 6.6 | 4.6 | - |
| YUV | 70.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 55 | 0.13 | 0 | 0.28 | 0.70 | 88.57 | 0.16 | 0.26 |
| Hex | 42 | 4C | 37 | D | 0 | 1C | 46 | 59 | 10 | 1A |
| Octal | 102 | 114 | 67 | 15 | 0 | 34 | 106 | 131 | 20 | 32 |
| Binary | 1000010 | 1001100 | 110111 | 1101 | 0 | 11100 | 1000110 | 1011001 | 10000 | 11010 |
Color Harmonies of #424C37
Complementary color
Monochromatic Colors of #424C37
Black with #424C37
Text Example
Text Example
White with #424C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C37; }
p { color: rgb(66,76,55); }
H1.HeaderClassName
{
color: #424C37;
}
.AnyTagClassName
{
color: #424C37;
}
</style>
background-color css
<style>
a { background-color: #424C37; }
a { background-color: rgb(66,76,55); }
div.DivClassName
{
background-color: #424C37;
}
.BgClassName
{
background-color: #424C37;
}
</style>
border-color css
<style>
span { border-color: #424C37; }
span { border-color: rgb(66,76,55); }
td.TdClassName
{
border-color: #424C37;
}
.TagClassName
{
border-color: #424C37;
}
</style>