Shades of Mallard #3E502B
Tints of Mallard #3E502B
RGB
CMYK
RGB Variations
Color information
#3E502B (or 0x3E502B) is known color: Mallard. HEX triplet: 3E, 50 and 2B. RGB value is (62,80,43). Sum of RGB (Red+Green+Blue) = 62+80+43=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #3E502B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E502B is #C1AFD4. Grayscale: #464646. Windows color (decimal): -12693461 or 2838590. OLE color: 2838590.
HSL color Cylindrical-coordinate representation of color #3E502B: hue angle of 89.19º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E502B is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 80 | 43 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.69 |
| HSL | 89.19º | 0.3% | 0.24% | - |
| HSV(B) | 89.19º | 0.46% | 0.31% | - |
| XYZ | 5.29 | 6.94 | 3.35 | - |
| YUV | 70.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 43 | 0.22 | 0 | 0.46 | 0.69 | 89.19 | 0.3 | 0.24 |
| Hex | 3E | 50 | 2B | 16 | 0 | 2E | 45 | 59 | 1E | 18 |
| Octal | 76 | 120 | 53 | 26 | 0 | 56 | 105 | 131 | 36 | 30 |
| Binary | 111110 | 1010000 | 101011 | 10110 | 0 | 101110 | 1000101 | 1011001 | 11110 | 11000 |
Color Harmonies of #3E502B
Complementary color
Monochromatic Colors of #3E502B
Black with #3E502B
Text Example
Text Example
White with #3E502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E502B; }
p { color: rgb(62,80,43); }
H1.HeaderClassName
{
color: #3E502B;
}
.AnyTagClassName
{
color: #3E502B;
}
</style>
background-color css
<style>
a { background-color: #3E502B; }
a { background-color: rgb(62,80,43); }
div.DivClassName
{
background-color: #3E502B;
}
.BgClassName
{
background-color: #3E502B;
}
</style>
border-color css
<style>
span { border-color: #3E502B; }
span { border-color: rgb(62,80,43); }
td.TdClassName
{
border-color: #3E502B;
}
.TagClassName
{
border-color: #3E502B;
}
</style>