Shades of Mallard #3E4634
Tints of Mallard #3E4634
RGB
CMYK
RGB Variations
Color information
#3E4634 (or 0x3E4634) is known color: Mallard. HEX triplet: 3E, 46 and 34. RGB value is (62,70,52). Sum of RGB (Red+Green+Blue) = 62+70+52=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #3E4634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4634 is #C1B9CB. Grayscale: #414141. Windows color (decimal): -12696012 or 3425854. OLE color: 3425854.
HSL color Cylindrical-coordinate representation of color #3E4634: hue angle of 86.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E4634 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 70 | 52 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.73 |
| HSL | 86.67º | 0.15% | 0.24% | - |
| HSV(B) | 86.67º | 0.26% | 0.27% | - |
| XYZ | 4.8 | 5.65 | 4.09 | - |
| YUV | 65.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 52 | 0.11 | 0 | 0.26 | 0.73 | 86.67 | 0.15 | 0.24 |
| Hex | 3E | 46 | 34 | B | 0 | 1A | 49 | 57 | F | 18 |
| Octal | 76 | 106 | 64 | 13 | 0 | 32 | 111 | 127 | 17 | 30 |
| Binary | 111110 | 1000110 | 110100 | 1011 | 0 | 11010 | 1001001 | 1010111 | 1111 | 11000 |
Color Harmonies of #3E4634
Complementary color
Monochromatic Colors of #3E4634
Black with #3E4634
Text Example
Text Example
White with #3E4634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4634; }
p { color: rgb(62,70,52); }
H1.HeaderClassName
{
color: #3E4634;
}
.AnyTagClassName
{
color: #3E4634;
}
</style>
background-color css
<style>
a { background-color: #3E4634; }
a { background-color: rgb(62,70,52); }
div.DivClassName
{
background-color: #3E4634;
}
.BgClassName
{
background-color: #3E4634;
}
</style>
border-color css
<style>
span { border-color: #3E4634; }
span { border-color: rgb(62,70,52); }
td.TdClassName
{
border-color: #3E4634;
}
.TagClassName
{
border-color: #3E4634;
}
</style>