Shades of Mallard #3C5429
Tints of Mallard #3C5429
RGB
CMYK
RGB Variations
Color information
#3C5429 (or 0x3C5429) is known color: Mallard. HEX triplet: 3C, 54 and 29. RGB value is (60,84,41). Sum of RGB (Red+Green+Blue) = 60+84+41=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5429 is #C3ABD6. Grayscale: #484848. Windows color (decimal): -12823511 or 2708540. OLE color: 2708540.
HSL color Cylindrical-coordinate representation of color #3C5429: hue angle of 93.49º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C5429 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 41 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.67 |
| HSL | 93.49º | 0.34% | 0.25% | - |
| HSV(B) | 93.49º | 0.51% | 0.33% | - |
| XYZ | 5.43 | 7.46 | 3.25 | - |
| YUV | 71.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 41 | 0.29 | 0 | 0.51 | 0.67 | 93.49 | 0.34 | 0.25 |
| Hex | 3C | 54 | 29 | 1D | 0 | 33 | 43 | 5D | 22 | 19 |
| Octal | 74 | 124 | 51 | 35 | 0 | 63 | 103 | 135 | 42 | 31 |
| Binary | 111100 | 1010100 | 101001 | 11101 | 0 | 110011 | 1000011 | 1011101 | 100010 | 11001 |
Color Harmonies of #3C5429
Complementary color
Monochromatic Colors of #3C5429
Black with #3C5429
Text Example
Text Example
White with #3C5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5429; }
p { color: rgb(60,84,41); }
H1.HeaderClassName
{
color: #3C5429;
}
.AnyTagClassName
{
color: #3C5429;
}
</style>
background-color css
<style>
a { background-color: #3C5429; }
a { background-color: rgb(60,84,41); }
div.DivClassName
{
background-color: #3C5429;
}
.BgClassName
{
background-color: #3C5429;
}
</style>
border-color css
<style>
span { border-color: #3C5429; }
span { border-color: rgb(60,84,41); }
td.TdClassName
{
border-color: #3C5429;
}
.TagClassName
{
border-color: #3C5429;
}
</style>