Shades of Mallard #3F4F34
Tints of Mallard #3F4F34
RGB
CMYK
RGB Variations
Color information
#3F4F34 (or 0x3F4F34) is known color: Mallard. HEX triplet: 3F, 4F and 34. RGB value is (63,79,52). Sum of RGB (Red+Green+Blue) = 63+79+52=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F34 is #C0B0CB. Grayscale: #474747. Windows color (decimal): -12628172 or 3428159. OLE color: 3428159.
HSL color Cylindrical-coordinate representation of color #3F4F34: hue angle of 95.56º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F4F34 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 52 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.69 |
| HSL | 95.56º | 0.21% | 0.26% | - |
| HSV(B) | 95.56º | 0.34% | 0.31% | - |
| XYZ | 5.47 | 6.9 | 4.29 | - |
| YUV | 71.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 52 | 0.20 | 0 | 0.34 | 0.69 | 95.56 | 0.21 | 0.26 |
| Hex | 3F | 4F | 34 | 14 | 0 | 22 | 45 | 60 | 15 | 1A |
| Octal | 77 | 117 | 64 | 24 | 0 | 42 | 105 | 140 | 25 | 32 |
| Binary | 111111 | 1001111 | 110100 | 10100 | 0 | 100010 | 1000101 | 1100000 | 10101 | 11010 |
Color Harmonies of #3F4F34
Complementary color
Monochromatic Colors of #3F4F34
Black with #3F4F34
Text Example
Text Example
White with #3F4F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F34; }
p { color: rgb(63,79,52); }
H1.HeaderClassName
{
color: #3F4F34;
}
.AnyTagClassName
{
color: #3F4F34;
}
</style>
background-color css
<style>
a { background-color: #3F4F34; }
a { background-color: rgb(63,79,52); }
div.DivClassName
{
background-color: #3F4F34;
}
.BgClassName
{
background-color: #3F4F34;
}
</style>
border-color css
<style>
span { border-color: #3F4F34; }
span { border-color: rgb(63,79,52); }
td.TdClassName
{
border-color: #3F4F34;
}
.TagClassName
{
border-color: #3F4F34;
}
</style>