Shades of Mallard #3F4F36
Tints of Mallard #3F4F36
RGB
CMYK
RGB Variations
Color information
#3F4F36 (or 0x3F4F36) is known color: Mallard. HEX triplet: 3F, 4F and 36. RGB value is (63,79,54). Sum of RGB (Red+Green+Blue) = 63+79+54=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F36 is #C0B0C9. Grayscale: #474747. Windows color (decimal): -12628170 or 3559231. OLE color: 3559231.
HSL color Cylindrical-coordinate representation of color #3F4F36: hue angle of 98.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F4F36 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 54 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.69 |
| HSL | 98.4º | 0.19% | 0.26% | - |
| HSV(B) | 98.4º | 0.32% | 0.31% | - |
| XYZ | 5.51 | 6.92 | 4.53 | - |
| YUV | 71.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 54 | 0.20 | 0 | 0.32 | 0.69 | 98.4 | 0.19 | 0.26 |
| Hex | 3F | 4F | 36 | 14 | 0 | 20 | 45 | 62 | 13 | 1A |
| Octal | 77 | 117 | 66 | 24 | 0 | 40 | 105 | 142 | 23 | 32 |
| Binary | 111111 | 1001111 | 110110 | 10100 | 0 | 100000 | 1000101 | 1100010 | 10011 | 11010 |
Color Harmonies of #3F4F36
Complementary color
Monochromatic Colors of #3F4F36
Black with #3F4F36
Text Example
Text Example
White with #3F4F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F36; }
p { color: rgb(63,79,54); }
H1.HeaderClassName
{
color: #3F4F36;
}
.AnyTagClassName
{
color: #3F4F36;
}
</style>
background-color css
<style>
a { background-color: #3F4F36; }
a { background-color: rgb(63,79,54); }
div.DivClassName
{
background-color: #3F4F36;
}
.BgClassName
{
background-color: #3F4F36;
}
</style>
border-color css
<style>
span { border-color: #3F4F36; }
span { border-color: rgb(63,79,54); }
td.TdClassName
{
border-color: #3F4F36;
}
.TagClassName
{
border-color: #3F4F36;
}
</style>