Shades of Mallard #3D4039
Tints of Mallard #3D4039
RGB
CMYK
RGB Variations
Color information
#3D4039 (or 0x3D4039) is known color: Mallard. HEX triplet: 3D, 40 and 39. RGB value is (61,64,57). Sum of RGB (Red+Green+Blue) = 61+64+57=182 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.52% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4039 is #C2BFC6. Grayscale: #3E3E3E. Windows color (decimal): -12763079 or 3751997. OLE color: 3751997.
HSL color Cylindrical-coordinate representation of color #3D4039: hue angle of 85.71º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3D4039 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 57 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.75 |
| HSL | 85.71º | 0.06% | 0.24% | - |
| HSV(B) | 85.71º | 0.11% | 0.25% | - |
| XYZ | 4.5 | 4.95 | 4.59 | - |
| YUV | 62.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 57 | 0.05 | 0 | 0.11 | 0.75 | 85.71 | 0.06 | 0.24 |
| Hex | 3D | 40 | 39 | 5 | 0 | B | 4B | 56 | 6 | 18 |
| Octal | 75 | 100 | 71 | 5 | 0 | 13 | 113 | 126 | 6 | 30 |
| Binary | 111101 | 1000000 | 111001 | 101 | 0 | 1011 | 1001011 | 1010110 | 110 | 11000 |
Color Harmonies of #3D4039
Complementary color
Monochromatic Colors of #3D4039
Black with #3D4039
Text Example
Text Example
White with #3D4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4039; }
p { color: rgb(61,64,57); }
H1.HeaderClassName
{
color: #3D4039;
}
.AnyTagClassName
{
color: #3D4039;
}
</style>
background-color css
<style>
a { background-color: #3D4039; }
a { background-color: rgb(61,64,57); }
div.DivClassName
{
background-color: #3D4039;
}
.BgClassName
{
background-color: #3D4039;
}
</style>
border-color css
<style>
span { border-color: #3D4039; }
span { border-color: rgb(61,64,57); }
td.TdClassName
{
border-color: #3D4039;
}
.TagClassName
{
border-color: #3D4039;
}
</style>