Shades of Mallard #3F4B34
Tints of Mallard #3F4B34
RGB
CMYK
RGB Variations
Color information
#3F4B34 (or 0x3F4B34) is known color: Mallard. HEX triplet: 3F, 4B and 34. RGB value is (63,75,52). Sum of RGB (Red+Green+Blue) = 63+75+52=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 75 (29.69% from 255 or 39.47% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 75 - color contains mainly: green. Hex color #3F4B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4B34 is #C0B4CB. Grayscale: #444444. Windows color (decimal): -12629196 or 3427135. OLE color: 3427135.
HSL color Cylindrical-coordinate representation of color #3F4B34: hue angle of 91.3º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F4B34 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 75 | 52 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.71 |
| HSL | 91.3º | 0.18% | 0.25% | - |
| HSV(B) | 91.3º | 0.31% | 0.29% | - |
| XYZ | 5.19 | 6.34 | 4.2 | - |
| YUV | 68.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 75 | 52 | 0.16 | 0 | 0.31 | 0.71 | 91.3 | 0.18 | 0.25 |
| Hex | 3F | 4B | 34 | 10 | 0 | 1F | 47 | 5B | 12 | 19 |
| Octal | 77 | 113 | 64 | 20 | 0 | 37 | 107 | 133 | 22 | 31 |
| Binary | 111111 | 1001011 | 110100 | 10000 | 0 | 11111 | 1000111 | 1011011 | 10010 | 11001 |
Color Harmonies of #3F4B34
Complementary color
Monochromatic Colors of #3F4B34
Black with #3F4B34
Text Example
Text Example
White with #3F4B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4B34; }
p { color: rgb(63,75,52); }
H1.HeaderClassName
{
color: #3F4B34;
}
.AnyTagClassName
{
color: #3F4B34;
}
</style>
background-color css
<style>
a { background-color: #3F4B34; }
a { background-color: rgb(63,75,52); }
div.DivClassName
{
background-color: #3F4B34;
}
.BgClassName
{
background-color: #3F4B34;
}
</style>
border-color css
<style>
span { border-color: #3F4B34; }
span { border-color: rgb(63,75,52); }
td.TdClassName
{
border-color: #3F4B34;
}
.TagClassName
{
border-color: #3F4B34;
}
</style>