Shades of Mallard #3E552E
Tints of Mallard #3E552E
RGB
CMYK
RGB Variations
Color information
#3E552E (or 0x3E552E) is known color: Mallard. HEX triplet: 3E, 55 and 2E. RGB value is (62,85,46). Sum of RGB (Red+Green+Blue) = 62+85+46=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #3E552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E552E is #C1AAD1. Grayscale: #494949. Windows color (decimal): -12692178 or 3036478. OLE color: 3036478.
HSL color Cylindrical-coordinate representation of color #3E552E: hue angle of 95.38º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E552E is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 85 | 46 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.67 |
| HSL | 95.38º | 0.3% | 0.26% | - |
| HSV(B) | 95.38º | 0.46% | 0.33% | - |
| XYZ | 5.73 | 7.72 | 3.77 | - |
| YUV | 73.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 46 | 0.27 | 0 | 0.46 | 0.67 | 95.38 | 0.3 | 0.26 |
| Hex | 3E | 55 | 2E | 1B | 0 | 2E | 43 | 5F | 1E | 1A |
| Octal | 76 | 125 | 56 | 33 | 0 | 56 | 103 | 137 | 36 | 32 |
| Binary | 111110 | 1010101 | 101110 | 11011 | 0 | 101110 | 1000011 | 1011111 | 11110 | 11010 |
Color Harmonies of #3E552E
Complementary color
Monochromatic Colors of #3E552E
Black with #3E552E
Text Example
Text Example
White with #3E552E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E552E; }
p { color: rgb(62,85,46); }
H1.HeaderClassName
{
color: #3E552E;
}
.AnyTagClassName
{
color: #3E552E;
}
</style>
background-color css
<style>
a { background-color: #3E552E; }
a { background-color: rgb(62,85,46); }
div.DivClassName
{
background-color: #3E552E;
}
.BgClassName
{
background-color: #3E552E;
}
</style>
border-color css
<style>
span { border-color: #3E552E; }
span { border-color: rgb(62,85,46); }
td.TdClassName
{
border-color: #3E552E;
}
.TagClassName
{
border-color: #3E552E;
}
</style>