Shades of Mallard #3F4F30
Tints of Mallard #3F4F30
RGB
CMYK
RGB Variations
Color information
#3F4F30 (or 0x3F4F30) is known color: Mallard. HEX triplet: 3F, 4F and 30. RGB value is (63,79,48). Sum of RGB (Red+Green+Blue) = 63+79+48=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F30 is #C0B0CF. Grayscale: #464646. Windows color (decimal): -12628176 or 3166015. OLE color: 3166015.
HSL color Cylindrical-coordinate representation of color #3F4F30: hue angle of 90.97º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4F30 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 48 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.69 |
| HSL | 90.97º | 0.24% | 0.25% | - |
| HSV(B) | 90.97º | 0.39% | 0.31% | - |
| XYZ | 5.38 | 6.86 | 3.84 | - |
| YUV | 70.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 48 | 0.20 | 0 | 0.39 | 0.69 | 90.97 | 0.24 | 0.25 |
| Hex | 3F | 4F | 30 | 14 | 0 | 27 | 45 | 5B | 18 | 19 |
| Octal | 77 | 117 | 60 | 24 | 0 | 47 | 105 | 133 | 30 | 31 |
| Binary | 111111 | 1001111 | 110000 | 10100 | 0 | 100111 | 1000101 | 1011011 | 11000 | 11001 |
Color Harmonies of #3F4F30
Complementary color
Monochromatic Colors of #3F4F30
Black with #3F4F30
Text Example
Text Example
White with #3F4F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F30; }
p { color: rgb(63,79,48); }
H1.HeaderClassName
{
color: #3F4F30;
}
.AnyTagClassName
{
color: #3F4F30;
}
</style>
background-color css
<style>
a { background-color: #3F4F30; }
a { background-color: rgb(63,79,48); }
div.DivClassName
{
background-color: #3F4F30;
}
.BgClassName
{
background-color: #3F4F30;
}
</style>
border-color css
<style>
span { border-color: #3F4F30; }
span { border-color: rgb(63,79,48); }
td.TdClassName
{
border-color: #3F4F30;
}
.TagClassName
{
border-color: #3F4F30;
}
</style>