Shades of Mallard #3C4D29
Tints of Mallard #3C4D29
RGB
CMYK
RGB Variations
Color information
#3C4D29 (or 0x3C4D29) is known color: Mallard. HEX triplet: 3C, 4D and 29. RGB value is (60,77,41). Sum of RGB (Red+Green+Blue) = 60+77+41=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #3C4D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4D29 is #C3B2D6. Grayscale: #434343. Windows color (decimal): -12825303 or 2706748. OLE color: 2706748.
HSL color Cylindrical-coordinate representation of color #3C4D29: hue angle of 88.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C4D29 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 77 | 41 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.70 |
| HSL | 88.33º | 0.31% | 0.23% | - |
| HSV(B) | 88.33º | 0.47% | 0.3% | - |
| XYZ | 4.92 | 6.43 | 3.08 | - |
| YUV | 67.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 41 | 0.22 | 0 | 0.47 | 0.70 | 88.33 | 0.31 | 0.23 |
| Hex | 3C | 4D | 29 | 16 | 0 | 2F | 46 | 58 | 1F | 17 |
| Octal | 74 | 115 | 51 | 26 | 0 | 57 | 106 | 130 | 37 | 27 |
| Binary | 111100 | 1001101 | 101001 | 10110 | 0 | 101111 | 1000110 | 1011000 | 11111 | 10111 |
Color Harmonies of #3C4D29
Complementary color
Monochromatic Colors of #3C4D29
Black with #3C4D29
Text Example
Text Example
White with #3C4D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D29; }
p { color: rgb(60,77,41); }
H1.HeaderClassName
{
color: #3C4D29;
}
.AnyTagClassName
{
color: #3C4D29;
}
</style>
background-color css
<style>
a { background-color: #3C4D29; }
a { background-color: rgb(60,77,41); }
div.DivClassName
{
background-color: #3C4D29;
}
.BgClassName
{
background-color: #3C4D29;
}
</style>
border-color css
<style>
span { border-color: #3C4D29; }
span { border-color: rgb(60,77,41); }
td.TdClassName
{
border-color: #3C4D29;
}
.TagClassName
{
border-color: #3C4D29;
}
</style>