Shades of Mallard #39462D
Tints of Mallard #39462D
RGB
CMYK
RGB Variations
Color information
#39462D (or 0x39462D) is known color: Mallard. HEX triplet: 39, 46 and 2D. RGB value is (57,70,45). Sum of RGB (Red+Green+Blue) = 57+70+45=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #39462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39462D is #C6B9D2. Grayscale: #3F3F3F. Windows color (decimal): -13023699 or 2967097. OLE color: 2967097.
HSL color Cylindrical-coordinate representation of color #39462D: hue angle of 91.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #39462D is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 70 | 45 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.73 |
| HSL | 91.2º | 0.22% | 0.23% | - |
| HSV(B) | 91.2º | 0.36% | 0.27% | - |
| XYZ | 4.35 | 5.44 | 3.3 | - |
| YUV | 63.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 45 | 0.19 | 0 | 0.36 | 0.73 | 91.2 | 0.22 | 0.23 |
| Hex | 39 | 46 | 2D | 13 | 0 | 24 | 49 | 5B | 16 | 17 |
| Octal | 71 | 106 | 55 | 23 | 0 | 44 | 111 | 133 | 26 | 27 |
| Binary | 111001 | 1000110 | 101101 | 10011 | 0 | 100100 | 1001001 | 1011011 | 10110 | 10111 |
Color Harmonies of #39462D
Complementary color
Monochromatic Colors of #39462D
Black with #39462D
Text Example
Text Example
White with #39462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39462D; }
p { color: rgb(57,70,45); }
H1.HeaderClassName
{
color: #39462D;
}
.AnyTagClassName
{
color: #39462D;
}
</style>
background-color css
<style>
a { background-color: #39462D; }
a { background-color: rgb(57,70,45); }
div.DivClassName
{
background-color: #39462D;
}
.BgClassName
{
background-color: #39462D;
}
</style>
border-color css
<style>
span { border-color: #39462D; }
span { border-color: rgb(57,70,45); }
td.TdClassName
{
border-color: #39462D;
}
.TagClassName
{
border-color: #39462D;
}
</style>