Shades of Mallard #3F4937
Tints of Mallard #3F4937
RGB
CMYK
RGB Variations
Color information
#3F4937 (or 0x3F4937) is known color: Mallard. HEX triplet: 3F, 49 and 37. RGB value is (63,73,55). Sum of RGB (Red+Green+Blue) = 63+73+55=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #3F4937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4937 is #C0B6C8. Grayscale: #444444. Windows color (decimal): -12629705 or 3623231. OLE color: 3623231.
HSL color Cylindrical-coordinate representation of color #3F4937: hue angle of 93.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F4937 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 55 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.71 |
| HSL | 93.33º | 0.14% | 0.25% | - |
| HSV(B) | 93.33º | 0.25% | 0.29% | - |
| XYZ | 5.12 | 6.1 | 4.52 | - |
| YUV | 67.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 55 | 0.14 | 0 | 0.25 | 0.71 | 93.33 | 0.14 | 0.25 |
| Hex | 3F | 49 | 37 | E | 0 | 19 | 47 | 5D | E | 19 |
| Octal | 77 | 111 | 67 | 16 | 0 | 31 | 107 | 135 | 16 | 31 |
| Binary | 111111 | 1001001 | 110111 | 1110 | 0 | 11001 | 1000111 | 1011101 | 1110 | 11001 |
Color Harmonies of #3F4937
Complementary color
Monochromatic Colors of #3F4937
Black with #3F4937
Text Example
Text Example
White with #3F4937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4937; }
p { color: rgb(63,73,55); }
H1.HeaderClassName
{
color: #3F4937;
}
.AnyTagClassName
{
color: #3F4937;
}
</style>
background-color css
<style>
a { background-color: #3F4937; }
a { background-color: rgb(63,73,55); }
div.DivClassName
{
background-color: #3F4937;
}
.BgClassName
{
background-color: #3F4937;
}
</style>
border-color css
<style>
span { border-color: #3F4937; }
span { border-color: rgb(63,73,55); }
td.TdClassName
{
border-color: #3F4937;
}
.TagClassName
{
border-color: #3F4937;
}
</style>