Shades of Mallard #3B4236
Tints of Mallard #3B4236
RGB
CMYK
RGB Variations
Color information
#3B4236 (or 0x3B4236) is known color: Mallard. HEX triplet: 3B, 42 and 36. RGB value is (59,66,54). Sum of RGB (Red+Green+Blue) = 59+66+54=179 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.96% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4236 is #C4BDC9. Grayscale: #3E3E3E. Windows color (decimal): -12893642 or 3555899. OLE color: 3555899.
HSL color Cylindrical-coordinate representation of color #3B4236: hue angle of 95º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3B4236 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 54 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.74 |
| HSL | 95º | 0.1% | 0.24% | - |
| HSV(B) | 95º | 0.18% | 0.26% | - |
| XYZ | 4.42 | 5.09 | 4.24 | - |
| YUV | 62.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 54 | 0.11 | 0 | 0.18 | 0.74 | 95 | 0.1 | 0.24 |
| Hex | 3B | 42 | 36 | B | 0 | 12 | 4A | 5F | A | 18 |
| Octal | 73 | 102 | 66 | 13 | 0 | 22 | 112 | 137 | 12 | 30 |
| Binary | 111011 | 1000010 | 110110 | 1011 | 0 | 10010 | 1001010 | 1011111 | 1010 | 11000 |
Color Harmonies of #3B4236
Complementary color
Monochromatic Colors of #3B4236
Black with #3B4236
Text Example
Text Example
White with #3B4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4236; }
p { color: rgb(59,66,54); }
H1.HeaderClassName
{
color: #3B4236;
}
.AnyTagClassName
{
color: #3B4236;
}
</style>
background-color css
<style>
a { background-color: #3B4236; }
a { background-color: rgb(59,66,54); }
div.DivClassName
{
background-color: #3B4236;
}
.BgClassName
{
background-color: #3B4236;
}
</style>
border-color css
<style>
span { border-color: #3B4236; }
span { border-color: rgb(59,66,54); }
td.TdClassName
{
border-color: #3B4236;
}
.TagClassName
{
border-color: #3B4236;
}
</style>