Shades of Mallard #3D4834
Tints of Mallard #3D4834
RGB
CMYK
RGB Variations
Color information
#3D4834 (or 0x3D4834) is known color: Mallard. HEX triplet: 3D, 48 and 34. RGB value is (61,72,52). Sum of RGB (Red+Green+Blue) = 61+72+52=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #3D4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4834 is #C2B7CB. Grayscale: #424242. Windows color (decimal): -12761036 or 3426365. OLE color: 3426365.
HSL color Cylindrical-coordinate representation of color #3D4834: hue angle of 93º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D4834 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 72 | 52 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.72 |
| HSL | 93º | 0.16% | 0.24% | - |
| HSV(B) | 93º | 0.28% | 0.28% | - |
| XYZ | 4.86 | 5.87 | 4.13 | - |
| YUV | 66.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 52 | 0.15 | 0 | 0.28 | 0.72 | 93 | 0.16 | 0.24 |
| Hex | 3D | 48 | 34 | F | 0 | 1C | 48 | 5D | 10 | 18 |
| Octal | 75 | 110 | 64 | 17 | 0 | 34 | 110 | 135 | 20 | 30 |
| Binary | 111101 | 1001000 | 110100 | 1111 | 0 | 11100 | 1001000 | 1011101 | 10000 | 11000 |
Color Harmonies of #3D4834
Complementary color
Monochromatic Colors of #3D4834
Black with #3D4834
Text Example
Text Example
White with #3D4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4834; }
p { color: rgb(61,72,52); }
H1.HeaderClassName
{
color: #3D4834;
}
.AnyTagClassName
{
color: #3D4834;
}
</style>
background-color css
<style>
a { background-color: #3D4834; }
a { background-color: rgb(61,72,52); }
div.DivClassName
{
background-color: #3D4834;
}
.BgClassName
{
background-color: #3D4834;
}
</style>
border-color css
<style>
span { border-color: #3D4834; }
span { border-color: rgb(61,72,52); }
td.TdClassName
{
border-color: #3D4834;
}
.TagClassName
{
border-color: #3D4834;
}
</style>