Shades of Mallard #3F4C37
Tints of Mallard #3F4C37
RGB
CMYK
RGB Variations
Color information
#3F4C37 (or 0x3F4C37) is known color: Mallard. HEX triplet: 3F, 4C and 37. RGB value is (63,76,55). Sum of RGB (Red+Green+Blue) = 63+76+55=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C37 is #C0B3C8. Grayscale: #454545. Windows color (decimal): -12628937 or 3623999. OLE color: 3623999.
HSL color Cylindrical-coordinate representation of color #3F4C37: hue angle of 97.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4C37 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 76 | 55 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.70 |
| HSL | 97.14º | 0.16% | 0.26% | - |
| HSV(B) | 97.14º | 0.28% | 0.3% | - |
| XYZ | 5.32 | 6.5 | 4.59 | - |
| YUV | 69.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 55 | 0.17 | 0 | 0.28 | 0.70 | 97.14 | 0.16 | 0.26 |
| Hex | 3F | 4C | 37 | 11 | 0 | 1C | 46 | 61 | 10 | 1A |
| Octal | 77 | 114 | 67 | 21 | 0 | 34 | 106 | 141 | 20 | 32 |
| Binary | 111111 | 1001100 | 110111 | 10001 | 0 | 11100 | 1000110 | 1100001 | 10000 | 11010 |
Color Harmonies of #3F4C37
Complementary color
Monochromatic Colors of #3F4C37
Black with #3F4C37
Text Example
Text Example
White with #3F4C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4C37; }
p { color: rgb(63,76,55); }
H1.HeaderClassName
{
color: #3F4C37;
}
.AnyTagClassName
{
color: #3F4C37;
}
</style>
background-color css
<style>
a { background-color: #3F4C37; }
a { background-color: rgb(63,76,55); }
div.DivClassName
{
background-color: #3F4C37;
}
.BgClassName
{
background-color: #3F4C37;
}
</style>
border-color css
<style>
span { border-color: #3F4C37; }
span { border-color: rgb(63,76,55); }
td.TdClassName
{
border-color: #3F4C37;
}
.TagClassName
{
border-color: #3F4C37;
}
</style>