Shades of Mallard #393E34
Tints of Mallard #393E34
RGB
CMYK
RGB Variations
Color information
#393E34 (or 0x393E34) is known color: Mallard. HEX triplet: 39, 3E and 34. RGB value is (57,62,52). Sum of RGB (Red+Green+Blue) = 57+62+52=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 62 - color contains mainly: green. Hex color #393E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393E34 is #C6C1CB. Grayscale: #3B3B3B. Windows color (decimal): -13025740 or 3423801. OLE color: 3423801.
HSL color Cylindrical-coordinate representation of color #393E34: hue angle of 90º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393E34 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
RGB | 57 | 62 | 52 | - |
CMYK | 0.08 | 0 | 0.16 | 0.76 |
HSL | 90º | 0.09% | 0.22% | - |
HSV(B) | 90º | 0.16% | 0.24% | - |
XYZ | 4.03 | 4.56 | 3.92 | - |
YUV | 59.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 57 | 62 | 52 | 0.08 | 0 | 0.16 | 0.76 | 90 | 0.09 | 0.22 |
Hex | 39 | 3E | 34 | 8 | 0 | 10 | 4C | 5A | 9 | 16 |
Octal | 71 | 76 | 64 | 10 | 0 | 20 | 114 | 132 | 11 | 26 |
Binary | 111001 | 111110 | 110100 | 1000 | 0 | 10000 | 1001100 | 1011010 | 1001 | 10110 |
Color Harmonies of #393E34
Complementary color
Monochromatic Colors of #393E34
Black with #393E34
Text Example
Text Example
White with #393E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E34; }
p { color: rgb(57,62,52); }
H1.HeaderClassName
{
color: #393E34;
}
.AnyTagClassName
{
color: #393E34;
}
</style>
background-color css
<style>
a { background-color: #393E34; }
a { background-color: rgb(57,62,52); }
div.DivClassName
{
background-color: #393E34;
}
.BgClassName
{
background-color: #393E34;
}
</style>
border-color css
<style>
span { border-color: #393E34; }
span { border-color: rgb(57,62,52); }
td.TdClassName
{
border-color: #393E34;
}
.TagClassName
{
border-color: #393E34;
}
</style>