Shades of Mallard #394D2A
Tints of Mallard #394D2A
RGB
CMYK
RGB Variations
Color information
#394D2A (or 0x394D2A) is known color: Mallard. HEX triplet: 39, 4D and 2A. RGB value is (57,77,42). Sum of RGB (Red+Green+Blue) = 57+77+42=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #394D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394D2A is #C6B2D5. Grayscale: #434343. Windows color (decimal): -13021910 or 2772281. OLE color: 2772281.
HSL color Cylindrical-coordinate representation of color #394D2A: hue angle of 94.29º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #394D2A is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 77 | 42 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.70 |
| HSL | 94.29º | 0.29% | 0.23% | - |
| HSV(B) | 94.29º | 0.45% | 0.3% | - |
| XYZ | 4.76 | 6.34 | 3.16 | - |
| YUV | 67.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 42 | 0.26 | 0 | 0.45 | 0.70 | 94.29 | 0.29 | 0.23 |
| Hex | 39 | 4D | 2A | 1A | 0 | 2D | 46 | 5E | 1D | 17 |
| Octal | 71 | 115 | 52 | 32 | 0 | 55 | 106 | 136 | 35 | 27 |
| Binary | 111001 | 1001101 | 101010 | 11010 | 0 | 101101 | 1000110 | 1011110 | 11101 | 10111 |
Color Harmonies of #394D2A
Complementary color
Monochromatic Colors of #394D2A
Black with #394D2A
Text Example
Text Example
White with #394D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D2A; }
p { color: rgb(57,77,42); }
H1.HeaderClassName
{
color: #394D2A;
}
.AnyTagClassName
{
color: #394D2A;
}
</style>
background-color css
<style>
a { background-color: #394D2A; }
a { background-color: rgb(57,77,42); }
div.DivClassName
{
background-color: #394D2A;
}
.BgClassName
{
background-color: #394D2A;
}
</style>
border-color css
<style>
span { border-color: #394D2A; }
span { border-color: rgb(57,77,42); }
td.TdClassName
{
border-color: #394D2A;
}
.TagClassName
{
border-color: #394D2A;
}
</style>