Shades of Mallard #3A4D2E
Tints of Mallard #3A4D2E
RGB
CMYK
RGB Variations
Color information
#3A4D2E (or 0x3A4D2E) is known color: Mallard. HEX triplet: 3A, 4D and 2E. RGB value is (58,77,46). Sum of RGB (Red+Green+Blue) = 58+77+46=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D2E is #C5B2D1. Grayscale: #434343. Windows color (decimal): -12956370 or 3034426. OLE color: 3034426.
HSL color Cylindrical-coordinate representation of color #3A4D2E: hue angle of 96.77º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A4D2E is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 77 | 46 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.70 |
| HSL | 96.77º | 0.25% | 0.24% | - |
| HSV(B) | 96.77º | 0.4% | 0.3% | - |
| XYZ | 4.89 | 6.4 | 3.56 | - |
| YUV | 67.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 46 | 0.25 | 0 | 0.40 | 0.70 | 96.77 | 0.25 | 0.24 |
| Hex | 3A | 4D | 2E | 19 | 0 | 28 | 46 | 61 | 19 | 18 |
| Octal | 72 | 115 | 56 | 31 | 0 | 50 | 106 | 141 | 31 | 30 |
| Binary | 111010 | 1001101 | 101110 | 11001 | 0 | 101000 | 1000110 | 1100001 | 11001 | 11000 |
Color Harmonies of #3A4D2E
Complementary color
Monochromatic Colors of #3A4D2E
Black with #3A4D2E
Text Example
Text Example
White with #3A4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D2E; }
p { color: rgb(58,77,46); }
H1.HeaderClassName
{
color: #3A4D2E;
}
.AnyTagClassName
{
color: #3A4D2E;
}
</style>
background-color css
<style>
a { background-color: #3A4D2E; }
a { background-color: rgb(58,77,46); }
div.DivClassName
{
background-color: #3A4D2E;
}
.BgClassName
{
background-color: #3A4D2E;
}
</style>
border-color css
<style>
span { border-color: #3A4D2E; }
span { border-color: rgb(58,77,46); }
td.TdClassName
{
border-color: #3A4D2E;
}
.TagClassName
{
border-color: #3A4D2E;
}
</style>