Shades of Mallard #3E562D
Tints of Mallard #3E562D
RGB
CMYK
RGB Variations
Color information
#3E562D (or 0x3E562D) is known color: Mallard. HEX triplet: 3E, 56 and 2D. RGB value is (62,86,45). Sum of RGB (Red+Green+Blue) = 62+86+45=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #3E562D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E562D is #C1A9D2. Grayscale: #4A4A4A. Windows color (decimal): -12691923 or 2971198. OLE color: 2971198.
HSL color Cylindrical-coordinate representation of color #3E562D: hue angle of 95.12º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E562D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 86 | 45 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.66 |
| HSL | 95.12º | 0.31% | 0.26% | - |
| HSV(B) | 95.12º | 0.48% | 0.34% | - |
| XYZ | 5.79 | 7.87 | 3.7 | - |
| YUV | 74.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 45 | 0.28 | 0 | 0.48 | 0.66 | 95.12 | 0.31 | 0.26 |
| Hex | 3E | 56 | 2D | 1C | 0 | 30 | 42 | 5F | 1F | 1A |
| Octal | 76 | 126 | 55 | 34 | 0 | 60 | 102 | 137 | 37 | 32 |
| Binary | 111110 | 1010110 | 101101 | 11100 | 0 | 110000 | 1000010 | 1011111 | 11111 | 11010 |
Color Harmonies of #3E562D
Complementary color
Monochromatic Colors of #3E562D
Black with #3E562D
Text Example
Text Example
White with #3E562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E562D; }
p { color: rgb(62,86,45); }
H1.HeaderClassName
{
color: #3E562D;
}
.AnyTagClassName
{
color: #3E562D;
}
</style>
background-color css
<style>
a { background-color: #3E562D; }
a { background-color: rgb(62,86,45); }
div.DivClassName
{
background-color: #3E562D;
}
.BgClassName
{
background-color: #3E562D;
}
</style>
border-color css
<style>
span { border-color: #3E562D; }
span { border-color: rgb(62,86,45); }
td.TdClassName
{
border-color: #3E562D;
}
.TagClassName
{
border-color: #3E562D;
}
</style>