Shades of Mallard #3E4B34
Tints of Mallard #3E4B34
RGB
CMYK
RGB Variations
Color information
#3E4B34 (or 0x3E4B34) is known color: Mallard. HEX triplet: 3E, 4B and 34. RGB value is (62,75,52). Sum of RGB (Red+Green+Blue) = 62+75+52=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 75 - color contains mainly: green. Hex color #3E4B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4B34 is #C1B4CB. Grayscale: #444444. Windows color (decimal): -12694732 or 3427134. OLE color: 3427134.
HSL color Cylindrical-coordinate representation of color #3E4B34: hue angle of 93.91º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E4B34 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 75 | 52 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.71 |
| HSL | 93.91º | 0.18% | 0.25% | - |
| HSV(B) | 93.91º | 0.31% | 0.29% | - |
| XYZ | 5.12 | 6.3 | 4.2 | - |
| YUV | 68.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 75 | 52 | 0.17 | 0 | 0.31 | 0.71 | 93.91 | 0.18 | 0.25 |
| Hex | 3E | 4B | 34 | 11 | 0 | 1F | 47 | 5E | 12 | 19 |
| Octal | 76 | 113 | 64 | 21 | 0 | 37 | 107 | 136 | 22 | 31 |
| Binary | 111110 | 1001011 | 110100 | 10001 | 0 | 11111 | 1000111 | 1011110 | 10010 | 11001 |
Color Harmonies of #3E4B34
Complementary color
Monochromatic Colors of #3E4B34
Black with #3E4B34
Text Example
Text Example
White with #3E4B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4B34; }
p { color: rgb(62,75,52); }
H1.HeaderClassName
{
color: #3E4B34;
}
.AnyTagClassName
{
color: #3E4B34;
}
</style>
background-color css
<style>
a { background-color: #3E4B34; }
a { background-color: rgb(62,75,52); }
div.DivClassName
{
background-color: #3E4B34;
}
.BgClassName
{
background-color: #3E4B34;
}
</style>
border-color css
<style>
span { border-color: #3E4B34; }
span { border-color: rgb(62,75,52); }
td.TdClassName
{
border-color: #3E4B34;
}
.TagClassName
{
border-color: #3E4B34;
}
</style>