Shades of Mallard #3F4931
Tints of Mallard #3F4931
RGB
CMYK
RGB Variations
Color information
#3F4931 (or 0x3F4931) is known color: Mallard. HEX triplet: 3F, 49 and 31. RGB value is (63,73,49). Sum of RGB (Red+Green+Blue) = 63+73+49=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4931 is #C0B6CE. Grayscale: #434343. Windows color (decimal): -12629711 or 3230015. OLE color: 3230015.
HSL color Cylindrical-coordinate representation of color #3F4931: hue angle of 85º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F4931 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 49 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.71 |
| HSL | 85º | 0.2% | 0.24% | - |
| HSV(B) | 85º | 0.33% | 0.29% | - |
| XYZ | 4.99 | 6.04 | 3.81 | - |
| YUV | 67.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 49 | 0.14 | 0 | 0.33 | 0.71 | 85 | 0.2 | 0.24 |
| Hex | 3F | 49 | 31 | E | 0 | 21 | 47 | 55 | 14 | 18 |
| Octal | 77 | 111 | 61 | 16 | 0 | 41 | 107 | 125 | 24 | 30 |
| Binary | 111111 | 1001001 | 110001 | 1110 | 0 | 100001 | 1000111 | 1010101 | 10100 | 11000 |
Color Harmonies of #3F4931
Complementary color
Monochromatic Colors of #3F4931
Black with #3F4931
Text Example
Text Example
White with #3F4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4931; }
p { color: rgb(63,73,49); }
H1.HeaderClassName
{
color: #3F4931;
}
.AnyTagClassName
{
color: #3F4931;
}
</style>
background-color css
<style>
a { background-color: #3F4931; }
a { background-color: rgb(63,73,49); }
div.DivClassName
{
background-color: #3F4931;
}
.BgClassName
{
background-color: #3F4931;
}
</style>
border-color css
<style>
span { border-color: #3F4931; }
span { border-color: rgb(63,73,49); }
td.TdClassName
{
border-color: #3F4931;
}
.TagClassName
{
border-color: #3F4931;
}
</style>