Shades of Mallard #394234
Tints of Mallard #394234
RGB
CMYK
RGB Variations
Color information
#394234 (or 0x394234) is known color: Mallard. HEX triplet: 39, 42 and 34. RGB value is (57,66,52). Sum of RGB (Red+Green+Blue) = 57+66+52=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #394234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394234 is #C6BDCB. Grayscale: #3D3D3D. Windows color (decimal): -13024716 or 3424825. OLE color: 3424825.
HSL color Cylindrical-coordinate representation of color #394234: hue angle of 98.57º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #394234 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 66 | 52 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.74 |
| HSL | 98.57º | 0.12% | 0.23% | - |
| HSV(B) | 98.57º | 0.21% | 0.26% | - |
| XYZ | 4.26 | 5.01 | 3.99 | - |
| YUV | 61.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 52 | 0.14 | 0 | 0.21 | 0.74 | 98.57 | 0.12 | 0.23 |
| Hex | 39 | 42 | 34 | E | 0 | 15 | 4A | 63 | C | 17 |
| Octal | 71 | 102 | 64 | 16 | 0 | 25 | 112 | 143 | 14 | 27 |
| Binary | 111001 | 1000010 | 110100 | 1110 | 0 | 10101 | 1001010 | 1100011 | 1100 | 10111 |
Color Harmonies of #394234
Complementary color
Monochromatic Colors of #394234
Black with #394234
Text Example
Text Example
White with #394234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394234; }
p { color: rgb(57,66,52); }
H1.HeaderClassName
{
color: #394234;
}
.AnyTagClassName
{
color: #394234;
}
</style>
background-color css
<style>
a { background-color: #394234; }
a { background-color: rgb(57,66,52); }
div.DivClassName
{
background-color: #394234;
}
.BgClassName
{
background-color: #394234;
}
</style>
border-color css
<style>
span { border-color: #394234; }
span { border-color: rgb(57,66,52); }
td.TdClassName
{
border-color: #394234;
}
.TagClassName
{
border-color: #394234;
}
</style>