Shades of Mallard #3D4335
Tints of Mallard #3D4335
RGB
CMYK
RGB Variations
Color information
#3D4335 (or 0x3D4335) is known color: Mallard. HEX triplet: 3D, 43 and 35. RGB value is (61,67,53). Sum of RGB (Red+Green+Blue) = 61+67+53=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #3D4335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4335 is #C2BCCA. Grayscale: #3F3F3F. Windows color (decimal): -12762315 or 3490621. OLE color: 3490621.
HSL color Cylindrical-coordinate representation of color #3D4335: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D4335 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 67 | 53 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.74 |
| HSL | 85.71º | 0.12% | 0.24% | - |
| HSV(B) | 85.71º | 0.21% | 0.26% | - |
| XYZ | 4.57 | 5.26 | 4.14 | - |
| YUV | 63.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 67 | 53 | 0.09 | 0 | 0.21 | 0.74 | 85.71 | 0.12 | 0.24 |
| Hex | 3D | 43 | 35 | 9 | 0 | 15 | 4A | 56 | C | 18 |
| Octal | 75 | 103 | 65 | 11 | 0 | 25 | 112 | 126 | 14 | 30 |
| Binary | 111101 | 1000011 | 110101 | 1001 | 0 | 10101 | 1001010 | 1010110 | 1100 | 11000 |
Color Harmonies of #3D4335
Complementary color
Monochromatic Colors of #3D4335
Black with #3D4335
Text Example
Text Example
White with #3D4335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4335; }
p { color: rgb(61,67,53); }
H1.HeaderClassName
{
color: #3D4335;
}
.AnyTagClassName
{
color: #3D4335;
}
</style>
background-color css
<style>
a { background-color: #3D4335; }
a { background-color: rgb(61,67,53); }
div.DivClassName
{
background-color: #3D4335;
}
.BgClassName
{
background-color: #3D4335;
}
</style>
border-color css
<style>
span { border-color: #3D4335; }
span { border-color: rgb(61,67,53); }
td.TdClassName
{
border-color: #3D4335;
}
.TagClassName
{
border-color: #3D4335;
}
</style>