Shades of Mallard #3B4A2D
Tints of Mallard #3B4A2D
RGB
CMYK
RGB Variations
Color information
#3B4A2D (or 0x3B4A2D) is known color: Mallard. HEX triplet: 3B, 4A and 2D. RGB value is (59,74,45). Sum of RGB (Red+Green+Blue) = 59+74+45=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #3B4A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4A2D is #C4B5D2. Grayscale: #424242. Windows color (decimal): -12891603 or 2968123. OLE color: 2968123.
HSL color Cylindrical-coordinate representation of color #3B4A2D: hue angle of 91.03º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B4A2D is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 74 | 45 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.71 |
| HSL | 91.03º | 0.24% | 0.23% | - |
| HSV(B) | 91.03º | 0.39% | 0.29% | - |
| XYZ | 4.73 | 6.02 | 3.39 | - |
| YUV | 66.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 74 | 45 | 0.20 | 0 | 0.39 | 0.71 | 91.03 | 0.24 | 0.23 |
| Hex | 3B | 4A | 2D | 14 | 0 | 27 | 47 | 5B | 18 | 17 |
| Octal | 73 | 112 | 55 | 24 | 0 | 47 | 107 | 133 | 30 | 27 |
| Binary | 111011 | 1001010 | 101101 | 10100 | 0 | 100111 | 1000111 | 1011011 | 11000 | 10111 |
Color Harmonies of #3B4A2D
Complementary color
Monochromatic Colors of #3B4A2D
Black with #3B4A2D
Text Example
Text Example
White with #3B4A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4A2D; }
p { color: rgb(59,74,45); }
H1.HeaderClassName
{
color: #3B4A2D;
}
.AnyTagClassName
{
color: #3B4A2D;
}
</style>
background-color css
<style>
a { background-color: #3B4A2D; }
a { background-color: rgb(59,74,45); }
div.DivClassName
{
background-color: #3B4A2D;
}
.BgClassName
{
background-color: #3B4A2D;
}
</style>
border-color css
<style>
span { border-color: #3B4A2D; }
span { border-color: rgb(59,74,45); }
td.TdClassName
{
border-color: #3B4A2D;
}
.TagClassName
{
border-color: #3B4A2D;
}
</style>