Shades of Mallard #3F4B37
Tints of Mallard #3F4B37
RGB
CMYK
RGB Variations
Color information
#3F4B37 (or 0x3F4B37) is known color: Mallard. HEX triplet: 3F, 4B and 37. RGB value is (63,75,55). Sum of RGB (Red+Green+Blue) = 63+75+55=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 75 - color contains mainly: green. Hex color #3F4B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4B37 is #C0B4C8. Grayscale: #454545. Windows color (decimal): -12629193 or 3623743. OLE color: 3623743.
HSL color Cylindrical-coordinate representation of color #3F4B37: hue angle of 96º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F4B37 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 75 | 55 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.71 |
| HSL | 96º | 0.15% | 0.25% | - |
| HSV(B) | 96º | 0.27% | 0.29% | - |
| XYZ | 5.26 | 6.36 | 4.57 | - |
| YUV | 69.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 55 | 0.16 | 0 | 0.27 | 0.71 | 96 | 0.15 | 0.25 |
| Hex | 3F | 4B | 37 | 10 | 0 | 1B | 47 | 60 | F | 19 |
| Octal | 77 | 113 | 67 | 20 | 0 | 33 | 107 | 140 | 17 | 31 |
| Binary | 111111 | 1001011 | 110111 | 10000 | 0 | 11011 | 1000111 | 1100000 | 1111 | 11001 |
Color Harmonies of #3F4B37
Complementary color
Monochromatic Colors of #3F4B37
Black with #3F4B37
Text Example
Text Example
White with #3F4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4B37; }
p { color: rgb(63,75,55); }
H1.HeaderClassName
{
color: #3F4B37;
}
.AnyTagClassName
{
color: #3F4B37;
}
</style>
background-color css
<style>
a { background-color: #3F4B37; }
a { background-color: rgb(63,75,55); }
div.DivClassName
{
background-color: #3F4B37;
}
.BgClassName
{
background-color: #3F4B37;
}
</style>
border-color css
<style>
span { border-color: #3F4B37; }
span { border-color: rgb(63,75,55); }
td.TdClassName
{
border-color: #3F4B37;
}
.TagClassName
{
border-color: #3F4B37;
}
</style>