Shades of Mallard #3F4932
Tints of Mallard #3F4932
RGB
CMYK
RGB Variations
Color information
#3F4932 (or 0x3F4932) is known color: Mallard. HEX triplet: 3F, 49 and 32. RGB value is (63,73,50). Sum of RGB (Red+Green+Blue) = 63+73+50=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4932 is #C0B6CD. Grayscale: #434343. Windows color (decimal): -12629710 or 3295551. OLE color: 3295551.
HSL color Cylindrical-coordinate representation of color #3F4932: hue angle of 86.09º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F4932 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 50 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.71 |
| HSL | 86.09º | 0.19% | 0.24% | - |
| HSV(B) | 86.09º | 0.32% | 0.29% | - |
| XYZ | 5.01 | 6.05 | 3.92 | - |
| YUV | 67.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 50 | 0.14 | 0 | 0.32 | 0.71 | 86.09 | 0.19 | 0.24 |
| Hex | 3F | 49 | 32 | E | 0 | 20 | 47 | 56 | 13 | 18 |
| Octal | 77 | 111 | 62 | 16 | 0 | 40 | 107 | 126 | 23 | 30 |
| Binary | 111111 | 1001001 | 110010 | 1110 | 0 | 100000 | 1000111 | 1010110 | 10011 | 11000 |
Color Harmonies of #3F4932
Complementary color
Monochromatic Colors of #3F4932
Black with #3F4932
Text Example
Text Example
White with #3F4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4932; }
p { color: rgb(63,73,50); }
H1.HeaderClassName
{
color: #3F4932;
}
.AnyTagClassName
{
color: #3F4932;
}
</style>
background-color css
<style>
a { background-color: #3F4932; }
a { background-color: rgb(63,73,50); }
div.DivClassName
{
background-color: #3F4932;
}
.BgClassName
{
background-color: #3F4932;
}
</style>
border-color css
<style>
span { border-color: #3F4932; }
span { border-color: rgb(63,73,50); }
td.TdClassName
{
border-color: #3F4932;
}
.TagClassName
{
border-color: #3F4932;
}
</style>