Shades of Mallard #3B4D2A
Tints of Mallard #3B4D2A
RGB
CMYK
RGB Variations
Color information
#3B4D2A (or 0x3B4D2A) is known color: Mallard. HEX triplet: 3B, 4D and 2A. RGB value is (59,77,42). Sum of RGB (Red+Green+Blue) = 59+77+42=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4D2A is #C4B2D5. Grayscale: #434343. Windows color (decimal): -12890838 or 2772283. OLE color: 2772283.
HSL color Cylindrical-coordinate representation of color #3B4D2A: hue angle of 90.86º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B4D2A is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 77 | 42 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.70 |
| HSL | 90.86º | 0.29% | 0.23% | - |
| HSV(B) | 90.86º | 0.45% | 0.3% | - |
| XYZ | 4.88 | 6.4 | 3.17 | - |
| YUV | 67.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 42 | 0.23 | 0 | 0.45 | 0.70 | 90.86 | 0.29 | 0.23 |
| Hex | 3B | 4D | 2A | 17 | 0 | 2D | 46 | 5B | 1D | 17 |
| Octal | 73 | 115 | 52 | 27 | 0 | 55 | 106 | 133 | 35 | 27 |
| Binary | 111011 | 1001101 | 101010 | 10111 | 0 | 101101 | 1000110 | 1011011 | 11101 | 10111 |
Color Harmonies of #3B4D2A
Complementary color
Monochromatic Colors of #3B4D2A
Black with #3B4D2A
Text Example
Text Example
White with #3B4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4D2A; }
p { color: rgb(59,77,42); }
H1.HeaderClassName
{
color: #3B4D2A;
}
.AnyTagClassName
{
color: #3B4D2A;
}
</style>
background-color css
<style>
a { background-color: #3B4D2A; }
a { background-color: rgb(59,77,42); }
div.DivClassName
{
background-color: #3B4D2A;
}
.BgClassName
{
background-color: #3B4D2A;
}
</style>
border-color css
<style>
span { border-color: #3B4D2A; }
span { border-color: rgb(59,77,42); }
td.TdClassName
{
border-color: #3B4D2A;
}
.TagClassName
{
border-color: #3B4D2A;
}
</style>