Shades of Mallard #3E4C36
Tints of Mallard #3E4C36
RGB
CMYK
RGB Variations
Color information
#3E4C36 (or 0x3E4C36) is known color: Mallard. HEX triplet: 3E, 4C and 36. RGB value is (62,76,54). Sum of RGB (Red+Green+Blue) = 62+76+54=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 76 - color contains mainly: green. Hex color #3E4C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4C36 is #C1B3C9. Grayscale: #454545. Windows color (decimal): -12694474 or 3558462. OLE color: 3558462.
HSL color Cylindrical-coordinate representation of color #3E4C36: hue angle of 98.18º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E4C36 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 76 | 54 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.70 |
| HSL | 98.18º | 0.17% | 0.25% | - |
| HSV(B) | 98.18º | 0.29% | 0.3% | - |
| XYZ | 5.24 | 6.46 | 4.46 | - |
| YUV | 69.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 76 | 54 | 0.18 | 0 | 0.29 | 0.70 | 98.18 | 0.17 | 0.25 |
| Hex | 3E | 4C | 36 | 12 | 0 | 1D | 46 | 62 | 11 | 19 |
| Octal | 76 | 114 | 66 | 22 | 0 | 35 | 106 | 142 | 21 | 31 |
| Binary | 111110 | 1001100 | 110110 | 10010 | 0 | 11101 | 1000110 | 1100010 | 10001 | 11001 |
Color Harmonies of #3E4C36
Complementary color
Monochromatic Colors of #3E4C36
Black with #3E4C36
Text Example
Text Example
White with #3E4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4C36; }
p { color: rgb(62,76,54); }
H1.HeaderClassName
{
color: #3E4C36;
}
.AnyTagClassName
{
color: #3E4C36;
}
</style>
background-color css
<style>
a { background-color: #3E4C36; }
a { background-color: rgb(62,76,54); }
div.DivClassName
{
background-color: #3E4C36;
}
.BgClassName
{
background-color: #3E4C36;
}
</style>
border-color css
<style>
span { border-color: #3E4C36; }
span { border-color: rgb(62,76,54); }
td.TdClassName
{
border-color: #3E4C36;
}
.TagClassName
{
border-color: #3E4C36;
}
</style>