Shades of Mallard #3E4C30
Tints of Mallard #3E4C30
RGB
CMYK
RGB Variations
Color information
#3E4C30 (or 0x3E4C30) is known color: Mallard. HEX triplet: 3E, 4C and 30. RGB value is (62,76,48). Sum of RGB (Red+Green+Blue) = 62+76+48=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C30 is #C1B3CF. Grayscale: #444444. Windows color (decimal): -12694480 or 3165246. OLE color: 3165246.
HSL color Cylindrical-coordinate representation of color #3E4C30: hue angle of 90º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E4C30 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 76 | 48 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.70 |
| HSL | 90º | 0.23% | 0.24% | - |
| HSV(B) | 90º | 0.37% | 0.3% | - |
| XYZ | 5.1 | 6.41 | 3.76 | - |
| YUV | 68.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 76 | 48 | 0.18 | 0 | 0.37 | 0.70 | 90 | 0.23 | 0.24 |
| Hex | 3E | 4C | 30 | 12 | 0 | 25 | 46 | 5A | 17 | 18 |
| Octal | 76 | 114 | 60 | 22 | 0 | 45 | 106 | 132 | 27 | 30 |
| Binary | 111110 | 1001100 | 110000 | 10010 | 0 | 100101 | 1000110 | 1011010 | 10111 | 11000 |
Color Harmonies of #3E4C30
Complementary color
Monochromatic Colors of #3E4C30
Black with #3E4C30
Text Example
Text Example
White with #3E4C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4C30; }
p { color: rgb(62,76,48); }
H1.HeaderClassName
{
color: #3E4C30;
}
.AnyTagClassName
{
color: #3E4C30;
}
</style>
background-color css
<style>
a { background-color: #3E4C30; }
a { background-color: rgb(62,76,48); }
div.DivClassName
{
background-color: #3E4C30;
}
.BgClassName
{
background-color: #3E4C30;
}
</style>
border-color css
<style>
span { border-color: #3E4C30; }
span { border-color: rgb(62,76,48); }
td.TdClassName
{
border-color: #3E4C30;
}
.TagClassName
{
border-color: #3E4C30;
}
</style>