Shades of Mallard #3F4A39
Tints of Mallard #3F4A39
RGB
CMYK
RGB Variations
Color information
#3F4A39 (or 0x3F4A39) is known color: Mallard. HEX triplet: 3F, 4A and 39. RGB value is (63,74,57). Sum of RGB (Red+Green+Blue) = 63+74+57=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A39 is #C0B5C6. Grayscale: #444444. Windows color (decimal): -12629447 or 3754559. OLE color: 3754559.
HSL color Cylindrical-coordinate representation of color #3F4A39: hue angle of 98.82º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4A39 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 74 | 57 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.71 |
| HSL | 98.82º | 0.13% | 0.26% | - |
| HSV(B) | 98.82º | 0.23% | 0.29% | - |
| XYZ | 5.24 | 6.25 | 4.8 | - |
| YUV | 68.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 57 | 0.15 | 0 | 0.23 | 0.71 | 98.82 | 0.13 | 0.26 |
| Hex | 3F | 4A | 39 | F | 0 | 17 | 47 | 63 | D | 1A |
| Octal | 77 | 112 | 71 | 17 | 0 | 27 | 107 | 143 | 15 | 32 |
| Binary | 111111 | 1001010 | 111001 | 1111 | 0 | 10111 | 1000111 | 1100011 | 1101 | 11010 |
Color Harmonies of #3F4A39
Complementary color
Monochromatic Colors of #3F4A39
Black with #3F4A39
Text Example
Text Example
White with #3F4A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A39; }
p { color: rgb(63,74,57); }
H1.HeaderClassName
{
color: #3F4A39;
}
.AnyTagClassName
{
color: #3F4A39;
}
</style>
background-color css
<style>
a { background-color: #3F4A39; }
a { background-color: rgb(63,74,57); }
div.DivClassName
{
background-color: #3F4A39;
}
.BgClassName
{
background-color: #3F4A39;
}
</style>
border-color css
<style>
span { border-color: #3F4A39; }
span { border-color: rgb(63,74,57); }
td.TdClassName
{
border-color: #3F4A39;
}
.TagClassName
{
border-color: #3F4A39;
}
</style>