Shades of Mallard #3C4A2E
Tints of Mallard #3C4A2E
RGB
CMYK
RGB Variations
Color information
#3C4A2E (or 0x3C4A2E) is known color: Mallard. HEX triplet: 3C, 4A and 2E. RGB value is (60,74,46). Sum of RGB (Red+Green+Blue) = 60+74+46=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #3C4A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4A2E is #C3B5D1. Grayscale: #424242. Windows color (decimal): -12826066 or 3033660. OLE color: 3033660.
HSL color Cylindrical-coordinate representation of color #3C4A2E: hue angle of 90º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C4A2E is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 74 | 46 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.71 |
| HSL | 90º | 0.23% | 0.24% | - |
| HSV(B) | 90º | 0.38% | 0.29% | - |
| XYZ | 4.81 | 6.06 | 3.5 | - |
| YUV | 66.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 46 | 0.19 | 0 | 0.38 | 0.71 | 90 | 0.23 | 0.24 |
| Hex | 3C | 4A | 2E | 13 | 0 | 26 | 47 | 5A | 17 | 18 |
| Octal | 74 | 112 | 56 | 23 | 0 | 46 | 107 | 132 | 27 | 30 |
| Binary | 111100 | 1001010 | 101110 | 10011 | 0 | 100110 | 1000111 | 1011010 | 10111 | 11000 |
Color Harmonies of #3C4A2E
Complementary color
Monochromatic Colors of #3C4A2E
Black with #3C4A2E
Text Example
Text Example
White with #3C4A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4A2E; }
p { color: rgb(60,74,46); }
H1.HeaderClassName
{
color: #3C4A2E;
}
.AnyTagClassName
{
color: #3C4A2E;
}
</style>
background-color css
<style>
a { background-color: #3C4A2E; }
a { background-color: rgb(60,74,46); }
div.DivClassName
{
background-color: #3C4A2E;
}
.BgClassName
{
background-color: #3C4A2E;
}
</style>
border-color css
<style>
span { border-color: #3C4A2E; }
span { border-color: rgb(60,74,46); }
td.TdClassName
{
border-color: #3C4A2E;
}
.TagClassName
{
border-color: #3C4A2E;
}
</style>