Shades of Mallard #3E522F
Tints of Mallard #3E522F
RGB
CMYK
RGB Variations
Color information
#3E522F (or 0x3E522F) is known color: Mallard. HEX triplet: 3E, 52 and 2F. RGB value is (62,82,47). Sum of RGB (Red+Green+Blue) = 62+82+47=191 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.46% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 82 - color contains mainly: green. Hex color #3E522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E522F is #C1ADD0. Grayscale: #484848. Windows color (decimal): -12692945 or 3101246. OLE color: 3101246.
HSL color Cylindrical-coordinate representation of color #3E522F: hue angle of 94.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3E522F is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 82 | 47 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.68 |
| HSL | 94.29º | 0.27% | 0.25% | - |
| HSV(B) | 94.29º | 0.43% | 0.32% | - |
| XYZ | 5.52 | 7.26 | 3.8 | - |
| YUV | 72.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 47 | 0.24 | 0 | 0.43 | 0.68 | 94.29 | 0.27 | 0.25 |
| Hex | 3E | 52 | 2F | 18 | 0 | 2B | 44 | 5E | 1B | 19 |
| Octal | 76 | 122 | 57 | 30 | 0 | 53 | 104 | 136 | 33 | 31 |
| Binary | 111110 | 1010010 | 101111 | 11000 | 0 | 101011 | 1000100 | 1011110 | 11011 | 11001 |
Color Harmonies of #3E522F
Complementary color
Monochromatic Colors of #3E522F
Black with #3E522F
Text Example
Text Example
White with #3E522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E522F; }
p { color: rgb(62,82,47); }
H1.HeaderClassName
{
color: #3E522F;
}
.AnyTagClassName
{
color: #3E522F;
}
</style>
background-color css
<style>
a { background-color: #3E522F; }
a { background-color: rgb(62,82,47); }
div.DivClassName
{
background-color: #3E522F;
}
.BgClassName
{
background-color: #3E522F;
}
</style>
border-color css
<style>
span { border-color: #3E522F; }
span { border-color: rgb(62,82,47); }
td.TdClassName
{
border-color: #3E522F;
}
.TagClassName
{
border-color: #3E522F;
}
</style>