Shades of Mallard #3B4336
Tints of Mallard #3B4336
RGB
CMYK
RGB Variations
Color information
#3B4336 (or 0x3B4336) is known color: Mallard. HEX triplet: 3B, 43 and 36. RGB value is (59,67,54). Sum of RGB (Red+Green+Blue) = 59+67+54=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4336 is #C4BCC9. Grayscale: #3F3F3F. Windows color (decimal): -12893386 or 3556155. OLE color: 3556155.
HSL color Cylindrical-coordinate representation of color #3B4336: hue angle of 96.92º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B4336 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 67 | 54 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.74 |
| HSL | 96.92º | 0.11% | 0.24% | - |
| HSV(B) | 96.92º | 0.19% | 0.26% | - |
| XYZ | 4.48 | 5.21 | 4.26 | - |
| YUV | 63.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 54 | 0.12 | 0 | 0.19 | 0.74 | 96.92 | 0.11 | 0.24 |
| Hex | 3B | 43 | 36 | C | 0 | 13 | 4A | 61 | B | 18 |
| Octal | 73 | 103 | 66 | 14 | 0 | 23 | 112 | 141 | 13 | 30 |
| Binary | 111011 | 1000011 | 110110 | 1100 | 0 | 10011 | 1001010 | 1100001 | 1011 | 11000 |
Color Harmonies of #3B4336
Complementary color
Monochromatic Colors of #3B4336
Black with #3B4336
Text Example
Text Example
White with #3B4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4336; }
p { color: rgb(59,67,54); }
H1.HeaderClassName
{
color: #3B4336;
}
.AnyTagClassName
{
color: #3B4336;
}
</style>
background-color css
<style>
a { background-color: #3B4336; }
a { background-color: rgb(59,67,54); }
div.DivClassName
{
background-color: #3B4336;
}
.BgClassName
{
background-color: #3B4336;
}
</style>
border-color css
<style>
span { border-color: #3B4336; }
span { border-color: rgb(59,67,54); }
td.TdClassName
{
border-color: #3B4336;
}
.TagClassName
{
border-color: #3B4336;
}
</style>