Shades of Mallard #3D4C34
Tints of Mallard #3D4C34
RGB
CMYK
RGB Variations
Color information
#3D4C34 (or 0x3D4C34) is known color: Mallard. HEX triplet: 3D, 4C and 34. RGB value is (61,76,52). Sum of RGB (Red+Green+Blue) = 61+76+52=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C34 is #C2B3CB. Grayscale: #444444. Windows color (decimal): -12760012 or 3427389. OLE color: 3427389.
HSL color Cylindrical-coordinate representation of color #3D4C34: hue angle of 97.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D4C34 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 76 | 52 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.70 |
| HSL | 97.5º | 0.19% | 0.25% | - |
| HSV(B) | 97.5º | 0.32% | 0.3% | - |
| XYZ | 5.13 | 6.41 | 4.22 | - |
| YUV | 68.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 52 | 0.20 | 0 | 0.32 | 0.70 | 97.5 | 0.19 | 0.25 |
| Hex | 3D | 4C | 34 | 14 | 0 | 20 | 46 | 62 | 13 | 19 |
| Octal | 75 | 114 | 64 | 24 | 0 | 40 | 106 | 142 | 23 | 31 |
| Binary | 111101 | 1001100 | 110100 | 10100 | 0 | 100000 | 1000110 | 1100010 | 10011 | 11001 |
Color Harmonies of #3D4C34
Complementary color
Monochromatic Colors of #3D4C34
Black with #3D4C34
Text Example
Text Example
White with #3D4C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4C34; }
p { color: rgb(61,76,52); }
H1.HeaderClassName
{
color: #3D4C34;
}
.AnyTagClassName
{
color: #3D4C34;
}
</style>
background-color css
<style>
a { background-color: #3D4C34; }
a { background-color: rgb(61,76,52); }
div.DivClassName
{
background-color: #3D4C34;
}
.BgClassName
{
background-color: #3D4C34;
}
</style>
border-color css
<style>
span { border-color: #3D4C34; }
span { border-color: rgb(61,76,52); }
td.TdClassName
{
border-color: #3D4C34;
}
.TagClassName
{
border-color: #3D4C34;
}
</style>