Shades of Mallard #3B4F2A
Tints of Mallard #3B4F2A
RGB
CMYK
RGB Variations
Color information
#3B4F2A (or 0x3B4F2A) is known color: Mallard. HEX triplet: 3B, 4F and 2A. RGB value is (59,79,42). Sum of RGB (Red+Green+Blue) = 59+79+42=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #3B4F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4F2A is #C4B0D5. Grayscale: #444444. Windows color (decimal): -12890326 or 2772795. OLE color: 2772795.
HSL color Cylindrical-coordinate representation of color #3B4F2A: hue angle of 92.43º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B4F2A is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 79 | 42 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.69 |
| HSL | 92.43º | 0.31% | 0.24% | - |
| HSV(B) | 92.43º | 0.47% | 0.31% | - |
| XYZ | 5.02 | 6.69 | 3.22 | - |
| YUV | 68.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 79 | 42 | 0.25 | 0 | 0.47 | 0.69 | 92.43 | 0.31 | 0.24 |
| Hex | 3B | 4F | 2A | 19 | 0 | 2F | 45 | 5C | 1F | 18 |
| Octal | 73 | 117 | 52 | 31 | 0 | 57 | 105 | 134 | 37 | 30 |
| Binary | 111011 | 1001111 | 101010 | 11001 | 0 | 101111 | 1000101 | 1011100 | 11111 | 11000 |
Color Harmonies of #3B4F2A
Complementary color
Monochromatic Colors of #3B4F2A
Black with #3B4F2A
Text Example
Text Example
White with #3B4F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4F2A; }
p { color: rgb(59,79,42); }
H1.HeaderClassName
{
color: #3B4F2A;
}
.AnyTagClassName
{
color: #3B4F2A;
}
</style>
background-color css
<style>
a { background-color: #3B4F2A; }
a { background-color: rgb(59,79,42); }
div.DivClassName
{
background-color: #3B4F2A;
}
.BgClassName
{
background-color: #3B4F2A;
}
</style>
border-color css
<style>
span { border-color: #3B4F2A; }
span { border-color: rgb(59,79,42); }
td.TdClassName
{
border-color: #3B4F2A;
}
.TagClassName
{
border-color: #3B4F2A;
}
</style>