Shades of Mallard #3E403C
Tints of Mallard #3E403C
RGB
CMYK
RGB Variations
Color information
#3E403C (or 0x3E403C) is known color: Mallard. HEX triplet: 3E, 40 and 3C. RGB value is (62,64,60). Sum of RGB (Red+Green+Blue) = 62+64+60=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 64 - color contains mainly: green. Hex color #3E403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E403C is #C1BFC3. Grayscale: #3E3E3E. Windows color (decimal): -12697540 or 3948606. OLE color: 3948606.
HSL color Cylindrical-coordinate representation of color #3E403C: hue angle of 90º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3E403C is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
RGB | 62 | 64 | 60 | - |
CMYK | 0.03 | 0 | 0.06 | 0.75 |
HSL | 90º | 0.03% | 0.24% | - |
HSV(B) | 90º | 0.06% | 0.25% | - |
XYZ | 4.64 | 5.02 | 5 | - |
YUV | 62.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 64 | 60 | 0.03 | 0 | 0.06 | 0.75 | 90 | 0.03 | 0.24 |
Hex | 3E | 40 | 3C | 3 | 0 | 6 | 4B | 5A | 3 | 18 |
Octal | 76 | 100 | 74 | 3 | 0 | 6 | 113 | 132 | 3 | 30 |
Binary | 111110 | 1000000 | 111100 | 11 | 0 | 110 | 1001011 | 1011010 | 11 | 11000 |
Color Harmonies of #3E403C
Complementary color
Monochromatic Colors of #3E403C
Black with #3E403C
Text Example
Text Example
White with #3E403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E403C; }
p { color: rgb(62,64,60); }
H1.HeaderClassName
{
color: #3E403C;
}
.AnyTagClassName
{
color: #3E403C;
}
</style>
background-color css
<style>
a { background-color: #3E403C; }
a { background-color: rgb(62,64,60); }
div.DivClassName
{
background-color: #3E403C;
}
.BgClassName
{
background-color: #3E403C;
}
</style>
border-color css
<style>
span { border-color: #3E403C; }
span { border-color: rgb(62,64,60); }
td.TdClassName
{
border-color: #3E403C;
}
.TagClassName
{
border-color: #3E403C;
}
</style>