Shades of Mallard #3E502D
Tints of Mallard #3E502D
RGB
CMYK
RGB Variations
Color information
#3E502D (or 0x3E502D) is known color: Mallard. HEX triplet: 3E, 50 and 2D. RGB value is (62,80,45). Sum of RGB (Red+Green+Blue) = 62+80+45=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #3E502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E502D is #C1AFD2. Grayscale: #464646. Windows color (decimal): -12693459 or 2969662. OLE color: 2969662.
HSL color Cylindrical-coordinate representation of color #3E502D: hue angle of 90.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E502D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 80 | 45 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.69 |
| HSL | 90.86º | 0.28% | 0.25% | - |
| HSV(B) | 90.86º | 0.44% | 0.31% | - |
| XYZ | 5.33 | 6.95 | 3.54 | - |
| YUV | 70.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 45 | 0.22 | 0 | 0.44 | 0.69 | 90.86 | 0.28 | 0.25 |
| Hex | 3E | 50 | 2D | 16 | 0 | 2C | 45 | 5B | 1C | 19 |
| Octal | 76 | 120 | 55 | 26 | 0 | 54 | 105 | 133 | 34 | 31 |
| Binary | 111110 | 1010000 | 101101 | 10110 | 0 | 101100 | 1000101 | 1011011 | 11100 | 11001 |
Color Harmonies of #3E502D
Complementary color
Monochromatic Colors of #3E502D
Black with #3E502D
Text Example
Text Example
White with #3E502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E502D; }
p { color: rgb(62,80,45); }
H1.HeaderClassName
{
color: #3E502D;
}
.AnyTagClassName
{
color: #3E502D;
}
</style>
background-color css
<style>
a { background-color: #3E502D; }
a { background-color: rgb(62,80,45); }
div.DivClassName
{
background-color: #3E502D;
}
.BgClassName
{
background-color: #3E502D;
}
</style>
border-color css
<style>
span { border-color: #3E502D; }
span { border-color: rgb(62,80,45); }
td.TdClassName
{
border-color: #3E502D;
}
.TagClassName
{
border-color: #3E502D;
}
</style>