Shades of Mallard #3E4934
Tints of Mallard #3E4934
RGB
CMYK
RGB Variations
Color information
#3E4934 (or 0x3E4934) is known color: Mallard. HEX triplet: 3E, 49 and 34. RGB value is (62,73,52). Sum of RGB (Red+Green+Blue) = 62+73+52=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4934 is #C1B6CB. Grayscale: #434343. Windows color (decimal): -12695244 or 3426622. OLE color: 3426622.
HSL color Cylindrical-coordinate representation of color #3E4934: hue angle of 91.43º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E4934 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 73 | 52 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.71 |
| HSL | 91.43º | 0.17% | 0.25% | - |
| HSV(B) | 91.43º | 0.29% | 0.29% | - |
| XYZ | 4.99 | 6.04 | 4.15 | - |
| YUV | 67.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 52 | 0.15 | 0 | 0.29 | 0.71 | 91.43 | 0.17 | 0.25 |
| Hex | 3E | 49 | 34 | F | 0 | 1D | 47 | 5B | 11 | 19 |
| Octal | 76 | 111 | 64 | 17 | 0 | 35 | 107 | 133 | 21 | 31 |
| Binary | 111110 | 1001001 | 110100 | 1111 | 0 | 11101 | 1000111 | 1011011 | 10001 | 11001 |
Color Harmonies of #3E4934
Complementary color
Monochromatic Colors of #3E4934
Black with #3E4934
Text Example
Text Example
White with #3E4934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4934; }
p { color: rgb(62,73,52); }
H1.HeaderClassName
{
color: #3E4934;
}
.AnyTagClassName
{
color: #3E4934;
}
</style>
background-color css
<style>
a { background-color: #3E4934; }
a { background-color: rgb(62,73,52); }
div.DivClassName
{
background-color: #3E4934;
}
.BgClassName
{
background-color: #3E4934;
}
</style>
border-color css
<style>
span { border-color: #3E4934; }
span { border-color: rgb(62,73,52); }
td.TdClassName
{
border-color: #3E4934;
}
.TagClassName
{
border-color: #3E4934;
}
</style>