Shades of Mallard #3E4E2C
Tints of Mallard #3E4E2C
RGB
CMYK
RGB Variations
Color information
#3E4E2C (or 0x3E4E2C) is known color: Mallard. HEX triplet: 3E, 4E and 2C. RGB value is (62,78,44). Sum of RGB (Red+Green+Blue) = 62+78+44=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #3E4E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E4E2C is #C1B1D3. Grayscale: #454545. Windows color (decimal): -12693972 or 2903614. OLE color: 2903614.
HSL color Cylindrical-coordinate representation of color #3E4E2C: hue angle of 88.24º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E4E2C is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 78 | 44 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.69 |
| HSL | 88.24º | 0.28% | 0.24% | - |
| HSV(B) | 88.24º | 0.44% | 0.31% | - |
| XYZ | 5.17 | 6.65 | 3.4 | - |
| YUV | 69.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 78 | 44 | 0.21 | 0 | 0.44 | 0.69 | 88.24 | 0.28 | 0.24 |
| Hex | 3E | 4E | 2C | 15 | 0 | 2C | 45 | 58 | 1C | 18 |
| Octal | 76 | 116 | 54 | 25 | 0 | 54 | 105 | 130 | 34 | 30 |
| Binary | 111110 | 1001110 | 101100 | 10101 | 0 | 101100 | 1000101 | 1011000 | 11100 | 11000 |
Color Harmonies of #3E4E2C
Complementary color
Monochromatic Colors of #3E4E2C
Black with #3E4E2C
Text Example
Text Example
White with #3E4E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4E2C; }
p { color: rgb(62,78,44); }
H1.HeaderClassName
{
color: #3E4E2C;
}
.AnyTagClassName
{
color: #3E4E2C;
}
</style>
background-color css
<style>
a { background-color: #3E4E2C; }
a { background-color: rgb(62,78,44); }
div.DivClassName
{
background-color: #3E4E2C;
}
.BgClassName
{
background-color: #3E4E2C;
}
</style>
border-color css
<style>
span { border-color: #3E4E2C; }
span { border-color: rgb(62,78,44); }
td.TdClassName
{
border-color: #3E4E2C;
}
.TagClassName
{
border-color: #3E4E2C;
}
</style>