Shades of Mallard #3B4B2C
Tints of Mallard #3B4B2C
RGB
CMYK
RGB Variations
Color information
#3B4B2C (or 0x3B4B2C) is known color: Mallard. HEX triplet: 3B, 4B and 2C. RGB value is (59,75,44). Sum of RGB (Red+Green+Blue) = 59+75+44=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4B2C is #C4B4D3. Grayscale: #424242. Windows color (decimal): -12891348 or 2902843. OLE color: 2902843.
HSL color Cylindrical-coordinate representation of color #3B4B2C: hue angle of 90.97º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B4B2C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 75 | 44 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.71 |
| HSL | 90.97º | 0.26% | 0.23% | - |
| HSV(B) | 90.97º | 0.41% | 0.29% | - |
| XYZ | 4.77 | 6.14 | 3.32 | - |
| YUV | 66.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 75 | 44 | 0.21 | 0 | 0.41 | 0.71 | 90.97 | 0.26 | 0.23 |
| Hex | 3B | 4B | 2C | 15 | 0 | 29 | 47 | 5B | 1A | 17 |
| Octal | 73 | 113 | 54 | 25 | 0 | 51 | 107 | 133 | 32 | 27 |
| Binary | 111011 | 1001011 | 101100 | 10101 | 0 | 101001 | 1000111 | 1011011 | 11010 | 10111 |
Color Harmonies of #3B4B2C
Complementary color
Monochromatic Colors of #3B4B2C
Black with #3B4B2C
Text Example
Text Example
White with #3B4B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4B2C; }
p { color: rgb(59,75,44); }
H1.HeaderClassName
{
color: #3B4B2C;
}
.AnyTagClassName
{
color: #3B4B2C;
}
</style>
background-color css
<style>
a { background-color: #3B4B2C; }
a { background-color: rgb(59,75,44); }
div.DivClassName
{
background-color: #3B4B2C;
}
.BgClassName
{
background-color: #3B4B2C;
}
</style>
border-color css
<style>
span { border-color: #3B4B2C; }
span { border-color: rgb(59,75,44); }
td.TdClassName
{
border-color: #3B4B2C;
}
.TagClassName
{
border-color: #3B4B2C;
}
</style>