Shades of Mallard #394531
Tints of Mallard #394531
RGB
CMYK
RGB Variations
Color information
#394531 (or 0x394531) is known color: Mallard. HEX triplet: 39, 45 and 31. RGB value is (57,69,49). Sum of RGB (Red+Green+Blue) = 57+69+49=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #394531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394531 is #C6BACE. Grayscale: #3F3F3F. Windows color (decimal): -13023951 or 3228985. OLE color: 3228985.
HSL color Cylindrical-coordinate representation of color #394531: hue angle of 96º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394531 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 49 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.73 |
| HSL | 96º | 0.17% | 0.23% | - |
| HSV(B) | 96º | 0.29% | 0.27% | - |
| XYZ | 4.37 | 5.35 | 3.71 | - |
| YUV | 63.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 49 | 0.17 | 0 | 0.29 | 0.73 | 96 | 0.17 | 0.23 |
| Hex | 39 | 45 | 31 | 11 | 0 | 1D | 49 | 60 | 11 | 17 |
| Octal | 71 | 105 | 61 | 21 | 0 | 35 | 111 | 140 | 21 | 27 |
| Binary | 111001 | 1000101 | 110001 | 10001 | 0 | 11101 | 1001001 | 1100000 | 10001 | 10111 |
Color Harmonies of #394531
Complementary color
Monochromatic Colors of #394531
Black with #394531
Text Example
Text Example
White with #394531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394531; }
p { color: rgb(57,69,49); }
H1.HeaderClassName
{
color: #394531;
}
.AnyTagClassName
{
color: #394531;
}
</style>
background-color css
<style>
a { background-color: #394531; }
a { background-color: rgb(57,69,49); }
div.DivClassName
{
background-color: #394531;
}
.BgClassName
{
background-color: #394531;
}
</style>
border-color css
<style>
span { border-color: #394531; }
span { border-color: rgb(57,69,49); }
td.TdClassName
{
border-color: #394531;
}
.TagClassName
{
border-color: #394531;
}
</style>