Shades of Mallard #3E423C
Tints of Mallard #3E423C
RGB
CMYK
RGB Variations
Color information
#3E423C (or 0x3E423C) is known color: Mallard. HEX triplet: 3E, 42 and 3C. RGB value is (62,66,60). Sum of RGB (Red+Green+Blue) = 62+66+60=188 (24% of max value = 765). Red value is 62 (24.61% from 255 or 32.98% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 66 - color contains mainly: green. Hex color #3E423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E423C is #C1BDC3. Grayscale: #404040. Windows color (decimal): -12697028 or 3949118. OLE color: 3949118.
HSL color Cylindrical-coordinate representation of color #3E423C: hue angle of 100º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3E423C is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
RGB | 62 | 66 | 60 | - |
CMYK | 0.06 | 0 | 0.09 | 0.74 |
HSL | 100º | 0.05% | 0.25% | - |
HSV(B) | 100º | 0.09% | 0.26% | - |
XYZ | 4.75 | 5.25 | 5.04 | - |
YUV | 64.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 66 | 60 | 0.06 | 0 | 0.09 | 0.74 | 100 | 0.05 | 0.25 |
Hex | 3E | 42 | 3C | 6 | 0 | 9 | 4A | 64 | 5 | 19 |
Octal | 76 | 102 | 74 | 6 | 0 | 11 | 112 | 144 | 5 | 31 |
Binary | 111110 | 1000010 | 111100 | 110 | 0 | 1001 | 1001010 | 1100100 | 101 | 11001 |
Color Harmonies of #3E423C
Complementary color
Monochromatic Colors of #3E423C
Black with #3E423C
Text Example
Text Example
White with #3E423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E423C; }
p { color: rgb(62,66,60); }
H1.HeaderClassName
{
color: #3E423C;
}
.AnyTagClassName
{
color: #3E423C;
}
</style>
background-color css
<style>
a { background-color: #3E423C; }
a { background-color: rgb(62,66,60); }
div.DivClassName
{
background-color: #3E423C;
}
.BgClassName
{
background-color: #3E423C;
}
</style>
border-color css
<style>
span { border-color: #3E423C; }
span { border-color: rgb(62,66,60); }
td.TdClassName
{
border-color: #3E423C;
}
.TagClassName
{
border-color: #3E423C;
}
</style>