Shades of Mallard #3E502E
Tints of Mallard #3E502E
RGB
CMYK
RGB Variations
Color information
#3E502E (or 0x3E502E) is known color: Mallard. HEX triplet: 3E, 50 and 2E. RGB value is (62,80,46). Sum of RGB (Red+Green+Blue) = 62+80+46=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #3E502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E502E is #C1AFD1. Grayscale: #464646. Windows color (decimal): -12693458 or 3035198. OLE color: 3035198.
HSL color Cylindrical-coordinate representation of color #3E502E: hue angle of 91.76º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E502E is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 80 | 46 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.69 |
| HSL | 91.76º | 0.27% | 0.25% | - |
| HSV(B) | 91.76º | 0.43% | 0.31% | - |
| XYZ | 5.35 | 6.96 | 3.65 | - |
| YUV | 70.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 46 | 0.22 | 0 | 0.42 | 0.69 | 91.76 | 0.27 | 0.25 |
| Hex | 3E | 50 | 2E | 16 | 0 | 2A | 45 | 5C | 1B | 19 |
| Octal | 76 | 120 | 56 | 26 | 0 | 52 | 105 | 134 | 33 | 31 |
| Binary | 111110 | 1010000 | 101110 | 10110 | 0 | 101010 | 1000101 | 1011100 | 11011 | 11001 |
Color Harmonies of #3E502E
Complementary color
Monochromatic Colors of #3E502E
Black with #3E502E
Text Example
Text Example
White with #3E502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E502E; }
p { color: rgb(62,80,46); }
H1.HeaderClassName
{
color: #3E502E;
}
.AnyTagClassName
{
color: #3E502E;
}
</style>
background-color css
<style>
a { background-color: #3E502E; }
a { background-color: rgb(62,80,46); }
div.DivClassName
{
background-color: #3E502E;
}
.BgClassName
{
background-color: #3E502E;
}
</style>
border-color css
<style>
span { border-color: #3E502E; }
span { border-color: rgb(62,80,46); }
td.TdClassName
{
border-color: #3E502E;
}
.TagClassName
{
border-color: #3E502E;
}
</style>