Shades of Mallard #3D512A
Tints of Mallard #3D512A
RGB
CMYK
RGB Variations
Color information
#3D512A (or 0x3D512A) is known color: Mallard. HEX triplet: 3D, 51 and 2A. RGB value is (61,81,42). Sum of RGB (Red+Green+Blue) = 61+81+42=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #3D512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D512A is #C2AED5. Grayscale: #464646. Windows color (decimal): -12758742 or 2773309. OLE color: 2773309.
HSL color Cylindrical-coordinate representation of color #3D512A: hue angle of 90.77º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D512A is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 42 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.68 |
| HSL | 90.77º | 0.32% | 0.24% | - |
| HSV(B) | 90.77º | 0.48% | 0.32% | - |
| XYZ | 5.28 | 7.04 | 3.27 | - |
| YUV | 70.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 42 | 0.25 | 0 | 0.48 | 0.68 | 90.77 | 0.32 | 0.24 |
| Hex | 3D | 51 | 2A | 19 | 0 | 30 | 44 | 5B | 20 | 18 |
| Octal | 75 | 121 | 52 | 31 | 0 | 60 | 104 | 133 | 40 | 30 |
| Binary | 111101 | 1010001 | 101010 | 11001 | 0 | 110000 | 1000100 | 1011011 | 100000 | 11000 |
Color Harmonies of #3D512A
Complementary color
Monochromatic Colors of #3D512A
Black with #3D512A
Text Example
Text Example
White with #3D512A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D512A; }
p { color: rgb(61,81,42); }
H1.HeaderClassName
{
color: #3D512A;
}
.AnyTagClassName
{
color: #3D512A;
}
</style>
background-color css
<style>
a { background-color: #3D512A; }
a { background-color: rgb(61,81,42); }
div.DivClassName
{
background-color: #3D512A;
}
.BgClassName
{
background-color: #3D512A;
}
</style>
border-color css
<style>
span { border-color: #3D512A; }
span { border-color: rgb(61,81,42); }
td.TdClassName
{
border-color: #3D512A;
}
.TagClassName
{
border-color: #3D512A;
}
</style>