Shades of Mallard #3E4836
Tints of Mallard #3E4836
RGB
CMYK
RGB Variations
Color information
#3E4836 (or 0x3E4836) is known color: Mallard. HEX triplet: 3E, 48 and 36. RGB value is (62,72,54). Sum of RGB (Red+Green+Blue) = 62+72+54=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #3E4836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4836 is #C1B7C9. Grayscale: #434343. Windows color (decimal): -12695498 or 3557438. OLE color: 3557438.
HSL color Cylindrical-coordinate representation of color #3E4836: hue angle of 93.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E4836 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 72 | 54 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.72 |
| HSL | 93.33º | 0.14% | 0.25% | - |
| HSV(B) | 93.33º | 0.25% | 0.28% | - |
| XYZ | 4.97 | 5.93 | 4.37 | - |
| YUV | 66.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 54 | 0.14 | 0 | 0.25 | 0.72 | 93.33 | 0.14 | 0.25 |
| Hex | 3E | 48 | 36 | E | 0 | 19 | 48 | 5D | E | 19 |
| Octal | 76 | 110 | 66 | 16 | 0 | 31 | 110 | 135 | 16 | 31 |
| Binary | 111110 | 1001000 | 110110 | 1110 | 0 | 11001 | 1001000 | 1011101 | 1110 | 11001 |
Color Harmonies of #3E4836
Complementary color
Monochromatic Colors of #3E4836
Black with #3E4836
Text Example
Text Example
White with #3E4836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4836; }
p { color: rgb(62,72,54); }
H1.HeaderClassName
{
color: #3E4836;
}
.AnyTagClassName
{
color: #3E4836;
}
</style>
background-color css
<style>
a { background-color: #3E4836; }
a { background-color: rgb(62,72,54); }
div.DivClassName
{
background-color: #3E4836;
}
.BgClassName
{
background-color: #3E4836;
}
</style>
border-color css
<style>
span { border-color: #3E4836; }
span { border-color: rgb(62,72,54); }
td.TdClassName
{
border-color: #3E4836;
}
.TagClassName
{
border-color: #3E4836;
}
</style>