Shades of Mallard #3E542C
Tints of Mallard #3E542C
RGB
CMYK
RGB Variations
Color information
#3E542C (or 0x3E542C) is known color: Mallard. HEX triplet: 3E, 54 and 2C. RGB value is (62,84,44). Sum of RGB (Red+Green+Blue) = 62+84+44=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #3E542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E542C is #C1ABD3. Grayscale: #494949. Windows color (decimal): -12692436 or 2905150. OLE color: 2905150.
HSL color Cylindrical-coordinate representation of color #3E542C: hue angle of 93º 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 #3E542C is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 84 | 44 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.67 |
| HSL | 93º | 0.31% | 0.25% | - |
| HSV(B) | 93º | 0.48% | 0.33% | - |
| XYZ | 5.61 | 7.55 | 3.54 | - |
| YUV | 72.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 44 | 0.26 | 0 | 0.48 | 0.67 | 93 | 0.31 | 0.25 |
| Hex | 3E | 54 | 2C | 1A | 0 | 30 | 43 | 5D | 1F | 19 |
| Octal | 76 | 124 | 54 | 32 | 0 | 60 | 103 | 135 | 37 | 31 |
| Binary | 111110 | 1010100 | 101100 | 11010 | 0 | 110000 | 1000011 | 1011101 | 11111 | 11001 |
Color Harmonies of #3E542C
Complementary color
Monochromatic Colors of #3E542C
Black with #3E542C
Text Example
Text Example
White with #3E542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E542C; }
p { color: rgb(62,84,44); }
H1.HeaderClassName
{
color: #3E542C;
}
.AnyTagClassName
{
color: #3E542C;
}
</style>
background-color css
<style>
a { background-color: #3E542C; }
a { background-color: rgb(62,84,44); }
div.DivClassName
{
background-color: #3E542C;
}
.BgClassName
{
background-color: #3E542C;
}
</style>
border-color css
<style>
span { border-color: #3E542C; }
span { border-color: rgb(62,84,44); }
td.TdClassName
{
border-color: #3E542C;
}
.TagClassName
{
border-color: #3E542C;
}
</style>