Shades of Mallard #3D4E33
Tints of Mallard #3D4E33
RGB
CMYK
RGB Variations
Color information
#3D4E33 (or 0x3D4E33) is known color: Mallard. HEX triplet: 3D, 4E and 33. RGB value is (61,78,51). Sum of RGB (Red+Green+Blue) = 61+78+51=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D4E33 is #C2B1CC. Grayscale: #454545. Windows color (decimal): -12759501 or 3362365. OLE color: 3362365.
HSL color Cylindrical-coordinate representation of color #3D4E33: hue angle of 97.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3D4E33 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 78 | 51 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.69 |
| HSL | 97.78º | 0.21% | 0.25% | - |
| HSV(B) | 97.78º | 0.35% | 0.31% | - |
| XYZ | 5.25 | 6.68 | 4.14 | - |
| YUV | 69.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 51 | 0.22 | 0 | 0.35 | 0.69 | 97.78 | 0.21 | 0.25 |
| Hex | 3D | 4E | 33 | 16 | 0 | 23 | 45 | 62 | 15 | 19 |
| Octal | 75 | 116 | 63 | 26 | 0 | 43 | 105 | 142 | 25 | 31 |
| Binary | 111101 | 1001110 | 110011 | 10110 | 0 | 100011 | 1000101 | 1100010 | 10101 | 11001 |
Color Harmonies of #3D4E33
Complementary color
Monochromatic Colors of #3D4E33
Black with #3D4E33
Text Example
Text Example
White with #3D4E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4E33; }
p { color: rgb(61,78,51); }
H1.HeaderClassName
{
color: #3D4E33;
}
.AnyTagClassName
{
color: #3D4E33;
}
</style>
background-color css
<style>
a { background-color: #3D4E33; }
a { background-color: rgb(61,78,51); }
div.DivClassName
{
background-color: #3D4E33;
}
.BgClassName
{
background-color: #3D4E33;
}
</style>
border-color css
<style>
span { border-color: #3D4E33; }
span { border-color: rgb(61,78,51); }
td.TdClassName
{
border-color: #3D4E33;
}
.TagClassName
{
border-color: #3D4E33;
}
</style>