Shades of Mallard #3D512F
Tints of Mallard #3D512F
RGB
CMYK
RGB Variations
Color information
#3D512F (or 0x3D512F) is known color: Mallard. HEX triplet: 3D, 51 and 2F. RGB value is (61,81,47). Sum of RGB (Red+Green+Blue) = 61+81+47=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #3D512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D512F is #C2AED0. Grayscale: #474747. Windows color (decimal): -12758737 or 3100989. OLE color: 3100989.
HSL color Cylindrical-coordinate representation of color #3D512F: hue angle of 95.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D512F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 47 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.68 |
| HSL | 95.29º | 0.27% | 0.25% | - |
| HSV(B) | 95.29º | 0.42% | 0.32% | - |
| XYZ | 5.38 | 7.08 | 3.77 | - |
| YUV | 71.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 47 | 0.25 | 0 | 0.42 | 0.68 | 95.29 | 0.27 | 0.25 |
| Hex | 3D | 51 | 2F | 19 | 0 | 2A | 44 | 5F | 1B | 19 |
| Octal | 75 | 121 | 57 | 31 | 0 | 52 | 104 | 137 | 33 | 31 |
| Binary | 111101 | 1010001 | 101111 | 11001 | 0 | 101010 | 1000100 | 1011111 | 11011 | 11001 |
Color Harmonies of #3D512F
Complementary color
Monochromatic Colors of #3D512F
Black with #3D512F
Text Example
Text Example
White with #3D512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D512F; }
p { color: rgb(61,81,47); }
H1.HeaderClassName
{
color: #3D512F;
}
.AnyTagClassName
{
color: #3D512F;
}
</style>
background-color css
<style>
a { background-color: #3D512F; }
a { background-color: rgb(61,81,47); }
div.DivClassName
{
background-color: #3D512F;
}
.BgClassName
{
background-color: #3D512F;
}
</style>
border-color css
<style>
span { border-color: #3D512F; }
span { border-color: rgb(61,81,47); }
td.TdClassName
{
border-color: #3D512F;
}
.TagClassName
{
border-color: #3D512F;
}
</style>