Shades of Mallard #3D4F30
Tints of Mallard #3D4F30
RGB
CMYK
RGB Variations
Color information
#3D4F30 (or 0x3D4F30) is known color: Mallard. HEX triplet: 3D, 4F and 30. RGB value is (61,79,48). Sum of RGB (Red+Green+Blue) = 61+79+48=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #3D4F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4F30 is #C2B0CF. Grayscale: #464646. Windows color (decimal): -12759248 or 3166013. OLE color: 3166013.
HSL color Cylindrical-coordinate representation of color #3D4F30: hue angle of 94.84º 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 #3D4F30 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 79 | 48 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.69 |
| HSL | 94.84º | 0.24% | 0.25% | - |
| HSV(B) | 94.84º | 0.39% | 0.31% | - |
| XYZ | 5.25 | 6.8 | 3.83 | - |
| YUV | 70.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 79 | 48 | 0.23 | 0 | 0.39 | 0.69 | 94.84 | 0.24 | 0.25 |
| Hex | 3D | 4F | 30 | 17 | 0 | 27 | 45 | 5F | 18 | 19 |
| Octal | 75 | 117 | 60 | 27 | 0 | 47 | 105 | 137 | 30 | 31 |
| Binary | 111101 | 1001111 | 110000 | 10111 | 0 | 100111 | 1000101 | 1011111 | 11000 | 11001 |
Color Harmonies of #3D4F30
Complementary color
Monochromatic Colors of #3D4F30
Black with #3D4F30
Text Example
Text Example
White with #3D4F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4F30; }
p { color: rgb(61,79,48); }
H1.HeaderClassName
{
color: #3D4F30;
}
.AnyTagClassName
{
color: #3D4F30;
}
</style>
background-color css
<style>
a { background-color: #3D4F30; }
a { background-color: rgb(61,79,48); }
div.DivClassName
{
background-color: #3D4F30;
}
.BgClassName
{
background-color: #3D4F30;
}
</style>
border-color css
<style>
span { border-color: #3D4F30; }
span { border-color: rgb(61,79,48); }
td.TdClassName
{
border-color: #3D4F30;
}
.TagClassName
{
border-color: #3D4F30;
}
</style>