Shades of Mallard #3F4A38
Tints of Mallard #3F4A38
RGB
CMYK
RGB Variations
Color information
#3F4A38 (or 0x3F4A38) is known color: Mallard. HEX triplet: 3F, 4A and 38. RGB value is (63,74,56). Sum of RGB (Red+Green+Blue) = 63+74+56=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A38 is #C0B5C7. Grayscale: #444444. Windows color (decimal): -12629448 or 3689023. OLE color: 3689023.
HSL color Cylindrical-coordinate representation of color #3F4A38: hue angle of 96.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F4A38 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 74 | 56 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.71 |
| HSL | 96.67º | 0.14% | 0.25% | - |
| HSV(B) | 96.67º | 0.24% | 0.29% | - |
| XYZ | 5.21 | 6.24 | 4.67 | - |
| YUV | 68.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 56 | 0.15 | 0 | 0.24 | 0.71 | 96.67 | 0.14 | 0.25 |
| Hex | 3F | 4A | 38 | F | 0 | 18 | 47 | 61 | E | 19 |
| Octal | 77 | 112 | 70 | 17 | 0 | 30 | 107 | 141 | 16 | 31 |
| Binary | 111111 | 1001010 | 111000 | 1111 | 0 | 11000 | 1000111 | 1100001 | 1110 | 11001 |
Color Harmonies of #3F4A38
Complementary color
Monochromatic Colors of #3F4A38
Black with #3F4A38
Text Example
Text Example
White with #3F4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4A38; }
p { color: rgb(63,74,56); }
H1.HeaderClassName
{
color: #3F4A38;
}
.AnyTagClassName
{
color: #3F4A38;
}
</style>
background-color css
<style>
a { background-color: #3F4A38; }
a { background-color: rgb(63,74,56); }
div.DivClassName
{
background-color: #3F4A38;
}
.BgClassName
{
background-color: #3F4A38;
}
</style>
border-color css
<style>
span { border-color: #3F4A38; }
span { border-color: rgb(63,74,56); }
td.TdClassName
{
border-color: #3F4A38;
}
.TagClassName
{
border-color: #3F4A38;
}
</style>