Shades of Mallard #3E4938
Tints of Mallard #3E4938
RGB
CMYK
RGB Variations
Color information
#3E4938 (or 0x3E4938) is known color: Mallard. HEX triplet: 3E, 49 and 38. RGB value is (62,73,56). Sum of RGB (Red+Green+Blue) = 62+73+56=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4938 is #C1B6C7. Grayscale: #434343. Windows color (decimal): -12695240 or 3688766. OLE color: 3688766.
HSL color Cylindrical-coordinate representation of color #3E4938: hue angle of 98.82º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E4938 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 73 | 56 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.71 |
| HSL | 98.82º | 0.13% | 0.25% | - |
| HSV(B) | 98.82º | 0.23% | 0.29% | - |
| XYZ | 5.08 | 6.07 | 4.65 | - |
| YUV | 67.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 56 | 0.15 | 0 | 0.23 | 0.71 | 98.82 | 0.13 | 0.25 |
| Hex | 3E | 49 | 38 | F | 0 | 17 | 47 | 63 | D | 19 |
| Octal | 76 | 111 | 70 | 17 | 0 | 27 | 107 | 143 | 15 | 31 |
| Binary | 111110 | 1001001 | 111000 | 1111 | 0 | 10111 | 1000111 | 1100011 | 1101 | 11001 |
Color Harmonies of #3E4938
Complementary color
Monochromatic Colors of #3E4938
Black with #3E4938
Text Example
Text Example
White with #3E4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4938; }
p { color: rgb(62,73,56); }
H1.HeaderClassName
{
color: #3E4938;
}
.AnyTagClassName
{
color: #3E4938;
}
</style>
background-color css
<style>
a { background-color: #3E4938; }
a { background-color: rgb(62,73,56); }
div.DivClassName
{
background-color: #3E4938;
}
.BgClassName
{
background-color: #3E4938;
}
</style>
border-color css
<style>
span { border-color: #3E4938; }
span { border-color: rgb(62,73,56); }
td.TdClassName
{
border-color: #3E4938;
}
.TagClassName
{
border-color: #3E4938;
}
</style>