Shades of Mallard #3A4D2D
Tints of Mallard #3A4D2D
RGB
CMYK
RGB Variations
Color information
#3A4D2D (or 0x3A4D2D) is known color: Mallard. HEX triplet: 3A, 4D and 2D. RGB value is (58,77,45). Sum of RGB (Red+Green+Blue) = 58+77+45=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 77 (30.47% from 255 or 42.78% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D2D is #C5B2D2. Grayscale: #434343. Windows color (decimal): -12956371 or 2968890. OLE color: 2968890.
HSL color Cylindrical-coordinate representation of color #3A4D2D: hue angle of 95.62º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3A4D2D is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 77 | 45 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.70 |
| HSL | 95.63º | 0.26% | 0.24% | - |
| HSV(B) | 95.63º | 0.42% | 0.3% | - |
| XYZ | 4.87 | 6.4 | 3.46 | - |
| YUV | 67.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 45 | 0.25 | 0 | 0.42 | 0.70 | 95.63 | 0.26 | 0.24 |
| Hex | 3A | 4D | 2D | 19 | 0 | 2A | 46 | 60 | 1A | 18 |
| Octal | 72 | 115 | 55 | 31 | 0 | 52 | 106 | 140 | 32 | 30 |
| Binary | 111010 | 1001101 | 101101 | 11001 | 0 | 101010 | 1000110 | 1100000 | 11010 | 11000 |
Color Harmonies of #3A4D2D
Complementary color
Monochromatic Colors of #3A4D2D
Black with #3A4D2D
Text Example
Text Example
White with #3A4D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D2D; }
p { color: rgb(58,77,45); }
H1.HeaderClassName
{
color: #3A4D2D;
}
.AnyTagClassName
{
color: #3A4D2D;
}
</style>
background-color css
<style>
a { background-color: #3A4D2D; }
a { background-color: rgb(58,77,45); }
div.DivClassName
{
background-color: #3A4D2D;
}
.BgClassName
{
background-color: #3A4D2D;
}
</style>
border-color css
<style>
span { border-color: #3A4D2D; }
span { border-color: rgb(58,77,45); }
td.TdClassName
{
border-color: #3A4D2D;
}
.TagClassName
{
border-color: #3A4D2D;
}
</style>