Shades of Mallard #3D4A2D
Tints of Mallard #3D4A2D
RGB
CMYK
RGB Variations
Color information
#3D4A2D (or 0x3D4A2D) is known color: Mallard. HEX triplet: 3D, 4A and 2D. RGB value is (61,74,45). Sum of RGB (Red+Green+Blue) = 61+74+45=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4A2D is #C2B5D2. Grayscale: #424242. Windows color (decimal): -12760531 or 2968125. OLE color: 2968125.
HSL color Cylindrical-coordinate representation of color #3D4A2D: hue angle of 86.9º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D4A2D is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 74 | 45 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.71 |
| HSL | 86.9º | 0.24% | 0.23% | - |
| HSV(B) | 86.9º | 0.39% | 0.29% | - |
| XYZ | 4.85 | 6.08 | 3.4 | - |
| YUV | 66.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 74 | 45 | 0.18 | 0 | 0.39 | 0.71 | 86.9 | 0.24 | 0.23 |
| Hex | 3D | 4A | 2D | 12 | 0 | 27 | 47 | 57 | 18 | 17 |
| Octal | 75 | 112 | 55 | 22 | 0 | 47 | 107 | 127 | 30 | 27 |
| Binary | 111101 | 1001010 | 101101 | 10010 | 0 | 100111 | 1000111 | 1010111 | 11000 | 10111 |
Color Harmonies of #3D4A2D
Complementary color
Monochromatic Colors of #3D4A2D
Black with #3D4A2D
Text Example
Text Example
White with #3D4A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4A2D; }
p { color: rgb(61,74,45); }
H1.HeaderClassName
{
color: #3D4A2D;
}
.AnyTagClassName
{
color: #3D4A2D;
}
</style>
background-color css
<style>
a { background-color: #3D4A2D; }
a { background-color: rgb(61,74,45); }
div.DivClassName
{
background-color: #3D4A2D;
}
.BgClassName
{
background-color: #3D4A2D;
}
</style>
border-color css
<style>
span { border-color: #3D4A2D; }
span { border-color: rgb(61,74,45); }
td.TdClassName
{
border-color: #3D4A2D;
}
.TagClassName
{
border-color: #3D4A2D;
}
</style>