Shades of Mallard #3C4935
Tints of Mallard #3C4935
RGB
CMYK
RGB Variations
Color information
#3C4935 (or 0x3C4935) is known color: Mallard. HEX triplet: 3C, 49 and 35. RGB value is (60,73,53). Sum of RGB (Red+Green+Blue) = 60+73+53=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4935 is #C3B6CA. Grayscale: #424242. Windows color (decimal): -12826315 or 3492156. OLE color: 3492156.
HSL color Cylindrical-coordinate representation of color #3C4935: hue angle of 99º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C4935 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 53 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.71 |
| HSL | 99º | 0.16% | 0.25% | - |
| HSV(B) | 99º | 0.27% | 0.29% | - |
| XYZ | 4.89 | 5.98 | 4.27 | - |
| YUV | 66.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 53 | 0.18 | 0 | 0.27 | 0.71 | 99 | 0.16 | 0.25 |
| Hex | 3C | 49 | 35 | 12 | 0 | 1B | 47 | 63 | 10 | 19 |
| Octal | 74 | 111 | 65 | 22 | 0 | 33 | 107 | 143 | 20 | 31 |
| Binary | 111100 | 1001001 | 110101 | 10010 | 0 | 11011 | 1000111 | 1100011 | 10000 | 11001 |
Color Harmonies of #3C4935
Complementary color
Monochromatic Colors of #3C4935
Black with #3C4935
Text Example
Text Example
White with #3C4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4935; }
p { color: rgb(60,73,53); }
H1.HeaderClassName
{
color: #3C4935;
}
.AnyTagClassName
{
color: #3C4935;
}
</style>
background-color css
<style>
a { background-color: #3C4935; }
a { background-color: rgb(60,73,53); }
div.DivClassName
{
background-color: #3C4935;
}
.BgClassName
{
background-color: #3C4935;
}
</style>
border-color css
<style>
span { border-color: #3C4935; }
span { border-color: rgb(60,73,53); }
td.TdClassName
{
border-color: #3C4935;
}
.TagClassName
{
border-color: #3C4935;
}
</style>