Shades of Mallard #3D4935
Tints of Mallard #3D4935
RGB
CMYK
RGB Variations
Color information
#3D4935 (or 0x3D4935) is known color: Mallard. HEX triplet: 3D, 49 and 35. RGB value is (61,73,53). Sum of RGB (Red+Green+Blue) = 61+73+53=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #3D4935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4935 is #C2B6CA. Grayscale: #434343. Windows color (decimal): -12760779 or 3492157. OLE color: 3492157.
HSL color Cylindrical-coordinate representation of color #3D4935: hue angle of 96º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D4935 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 53 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.71 |
| HSL | 96º | 0.16% | 0.25% | - |
| HSV(B) | 96º | 0.27% | 0.29% | - |
| XYZ | 4.95 | 6.01 | 4.27 | - |
| YUV | 67.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 53 | 0.16 | 0 | 0.27 | 0.71 | 96 | 0.16 | 0.25 |
| Hex | 3D | 49 | 35 | 10 | 0 | 1B | 47 | 60 | 10 | 19 |
| Octal | 75 | 111 | 65 | 20 | 0 | 33 | 107 | 140 | 20 | 31 |
| Binary | 111101 | 1001001 | 110101 | 10000 | 0 | 11011 | 1000111 | 1100000 | 10000 | 11001 |
Color Harmonies of #3D4935
Complementary color
Monochromatic Colors of #3D4935
Black with #3D4935
Text Example
Text Example
White with #3D4935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4935; }
p { color: rgb(61,73,53); }
H1.HeaderClassName
{
color: #3D4935;
}
.AnyTagClassName
{
color: #3D4935;
}
</style>
background-color css
<style>
a { background-color: #3D4935; }
a { background-color: rgb(61,73,53); }
div.DivClassName
{
background-color: #3D4935;
}
.BgClassName
{
background-color: #3D4935;
}
</style>
border-color css
<style>
span { border-color: #3D4935; }
span { border-color: rgb(61,73,53); }
td.TdClassName
{
border-color: #3D4935;
}
.TagClassName
{
border-color: #3D4935;
}
</style>