Shades of Mallard #3F493A
Tints of Mallard #3F493A
RGB
CMYK
RGB Variations
Color information
#3F493A (or 0x3F493A) is known color: Mallard. HEX triplet: 3F, 49 and 3A. RGB value is (63,73,58). Sum of RGB (Red+Green+Blue) = 63+73+58=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #3F493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F493A is #C0B6C5. Grayscale: #444444. Windows color (decimal): -12629702 or 3819839. OLE color: 3819839.
HSL color Cylindrical-coordinate representation of color #3F493A: hue angle of 100º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F493A is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 73 | 58 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.71 |
| HSL | 100º | 0.11% | 0.26% | - |
| HSV(B) | 100º | 0.21% | 0.29% | - |
| XYZ | 5.2 | 6.13 | 4.91 | - |
| YUV | 68.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 58 | 0.14 | 0 | 0.21 | 0.71 | 100 | 0.11 | 0.26 |
| Hex | 3F | 49 | 3A | E | 0 | 15 | 47 | 64 | B | 1A |
| Octal | 77 | 111 | 72 | 16 | 0 | 25 | 107 | 144 | 13 | 32 |
| Binary | 111111 | 1001001 | 111010 | 1110 | 0 | 10101 | 1000111 | 1100100 | 1011 | 11010 |
Color Harmonies of #3F493A
Complementary color
Monochromatic Colors of #3F493A
Black with #3F493A
Text Example
Text Example
White with #3F493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F493A; }
p { color: rgb(63,73,58); }
H1.HeaderClassName
{
color: #3F493A;
}
.AnyTagClassName
{
color: #3F493A;
}
</style>
background-color css
<style>
a { background-color: #3F493A; }
a { background-color: rgb(63,73,58); }
div.DivClassName
{
background-color: #3F493A;
}
.BgClassName
{
background-color: #3F493A;
}
</style>
border-color css
<style>
span { border-color: #3F493A; }
span { border-color: rgb(63,73,58); }
td.TdClassName
{
border-color: #3F493A;
}
.TagClassName
{
border-color: #3F493A;
}
</style>