Shades of Mallard #3B4332
Tints of Mallard #3B4332
RGB
CMYK
RGB Variations
Color information
#3B4332 (or 0x3B4332) is known color: Mallard. HEX triplet: 3B, 43 and 32. RGB value is (59,67,50). Sum of RGB (Red+Green+Blue) = 59+67+50=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4332 is #C4BCCD. Grayscale: #3E3E3E. Windows color (decimal): -12893390 or 3294011. OLE color: 3294011.
HSL color Cylindrical-coordinate representation of color #3B4332: hue angle of 88.24º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B4332 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 67 | 50 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.74 |
| HSL | 88.24º | 0.15% | 0.23% | - |
| HSV(B) | 88.24º | 0.25% | 0.26% | - |
| XYZ | 4.39 | 5.17 | 3.79 | - |
| YUV | 62.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 50 | 0.12 | 0 | 0.25 | 0.74 | 88.24 | 0.15 | 0.23 |
| Hex | 3B | 43 | 32 | C | 0 | 19 | 4A | 58 | F | 17 |
| Octal | 73 | 103 | 62 | 14 | 0 | 31 | 112 | 130 | 17 | 27 |
| Binary | 111011 | 1000011 | 110010 | 1100 | 0 | 11001 | 1001010 | 1011000 | 1111 | 10111 |
Color Harmonies of #3B4332
Complementary color
Monochromatic Colors of #3B4332
Black with #3B4332
Text Example
Text Example
White with #3B4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4332; }
p { color: rgb(59,67,50); }
H1.HeaderClassName
{
color: #3B4332;
}
.AnyTagClassName
{
color: #3B4332;
}
</style>
background-color css
<style>
a { background-color: #3B4332; }
a { background-color: rgb(59,67,50); }
div.DivClassName
{
background-color: #3B4332;
}
.BgClassName
{
background-color: #3B4332;
}
</style>
border-color css
<style>
span { border-color: #3B4332; }
span { border-color: rgb(59,67,50); }
td.TdClassName
{
border-color: #3B4332;
}
.TagClassName
{
border-color: #3B4332;
}
</style>