Shades of Mallard #3E5131
Tints of Mallard #3E5131
RGB
CMYK
RGB Variations
Color information
#3E5131 (or 0x3E5131) is known color: Mallard. HEX triplet: 3E, 51 and 31. RGB value is (62,81,49). Sum of RGB (Red+Green+Blue) = 62+81+49=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #3E5131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5131 is #C1AECE. Grayscale: #474747. Windows color (decimal): -12693199 or 3232062. OLE color: 3232062.
HSL color Cylindrical-coordinate representation of color #3E5131: hue angle of 95.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E5131 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 81 | 49 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.68 |
| HSL | 95.63º | 0.25% | 0.25% | - |
| HSV(B) | 95.63º | 0.4% | 0.32% | - |
| XYZ | 5.48 | 7.13 | 3.99 | - |
| YUV | 71.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 49 | 0.23 | 0 | 0.40 | 0.68 | 95.63 | 0.25 | 0.25 |
| Hex | 3E | 51 | 31 | 17 | 0 | 28 | 44 | 60 | 19 | 19 |
| Octal | 76 | 121 | 61 | 27 | 0 | 50 | 104 | 140 | 31 | 31 |
| Binary | 111110 | 1010001 | 110001 | 10111 | 0 | 101000 | 1000100 | 1100000 | 11001 | 11001 |
Color Harmonies of #3E5131
Complementary color
Monochromatic Colors of #3E5131
Black with #3E5131
Text Example
Text Example
White with #3E5131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5131; }
p { color: rgb(62,81,49); }
H1.HeaderClassName
{
color: #3E5131;
}
.AnyTagClassName
{
color: #3E5131;
}
</style>
background-color css
<style>
a { background-color: #3E5131; }
a { background-color: rgb(62,81,49); }
div.DivClassName
{
background-color: #3E5131;
}
.BgClassName
{
background-color: #3E5131;
}
</style>
border-color css
<style>
span { border-color: #3E5131; }
span { border-color: rgb(62,81,49); }
td.TdClassName
{
border-color: #3E5131;
}
.TagClassName
{
border-color: #3E5131;
}
</style>