Shades of Mallard #3C542C
Tints of Mallard #3C542C
RGB
CMYK
RGB Variations
Color information
#3C542C (or 0x3C542C) is known color: Mallard. HEX triplet: 3C, 54 and 2C. RGB value is (60,84,44). Sum of RGB (Red+Green+Blue) = 60+84+44=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #3C542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C542C is #C3ABD3. Grayscale: #484848. Windows color (decimal): -12823508 or 2905148. OLE color: 2905148.
HSL color Cylindrical-coordinate representation of color #3C542C: hue angle of 96º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C542C is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 44 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.67 |
| HSL | 96º | 0.31% | 0.25% | - |
| HSV(B) | 96º | 0.48% | 0.33% | - |
| XYZ | 5.49 | 7.48 | 3.54 | - |
| YUV | 72.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 44 | 0.29 | 0 | 0.48 | 0.67 | 96 | 0.31 | 0.25 |
| Hex | 3C | 54 | 2C | 1D | 0 | 30 | 43 | 60 | 1F | 19 |
| Octal | 74 | 124 | 54 | 35 | 0 | 60 | 103 | 140 | 37 | 31 |
| Binary | 111100 | 1010100 | 101100 | 11101 | 0 | 110000 | 1000011 | 1100000 | 11111 | 11001 |
Color Harmonies of #3C542C
Complementary color
Monochromatic Colors of #3C542C
Black with #3C542C
Text Example
Text Example
White with #3C542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C542C; }
p { color: rgb(60,84,44); }
H1.HeaderClassName
{
color: #3C542C;
}
.AnyTagClassName
{
color: #3C542C;
}
</style>
background-color css
<style>
a { background-color: #3C542C; }
a { background-color: rgb(60,84,44); }
div.DivClassName
{
background-color: #3C542C;
}
.BgClassName
{
background-color: #3C542C;
}
</style>
border-color css
<style>
span { border-color: #3C542C; }
span { border-color: rgb(60,84,44); }
td.TdClassName
{
border-color: #3C542C;
}
.TagClassName
{
border-color: #3C542C;
}
</style>