Shades of Mallard #394B2C
Tints of Mallard #394B2C
RGB
CMYK
RGB Variations
Color information
#394B2C (or 0x394B2C) is known color: Mallard. HEX triplet: 39, 4B and 2C. RGB value is (57,75,44). Sum of RGB (Red+Green+Blue) = 57+75+44=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 75 - color contains mainly: green. Hex color #394B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B2C is #C6B4D3. Grayscale: #424242. Windows color (decimal): -13022420 or 2902841. OLE color: 2902841.
HSL color Cylindrical-coordinate representation of color #394B2C: hue angle of 94.84º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #394B2C is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 75 | 44 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.71 |
| HSL | 94.84º | 0.26% | 0.23% | - |
| HSV(B) | 94.84º | 0.41% | 0.29% | - |
| XYZ | 4.66 | 6.08 | 3.31 | - |
| YUV | 66.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 75 | 44 | 0.24 | 0 | 0.41 | 0.71 | 94.84 | 0.26 | 0.23 |
| Hex | 39 | 4B | 2C | 18 | 0 | 29 | 47 | 5F | 1A | 17 |
| Octal | 71 | 113 | 54 | 30 | 0 | 51 | 107 | 137 | 32 | 27 |
| Binary | 111001 | 1001011 | 101100 | 11000 | 0 | 101001 | 1000111 | 1011111 | 11010 | 10111 |
Color Harmonies of #394B2C
Complementary color
Monochromatic Colors of #394B2C
Black with #394B2C
Text Example
Text Example
White with #394B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394B2C; }
p { color: rgb(57,75,44); }
H1.HeaderClassName
{
color: #394B2C;
}
.AnyTagClassName
{
color: #394B2C;
}
</style>
background-color css
<style>
a { background-color: #394B2C; }
a { background-color: rgb(57,75,44); }
div.DivClassName
{
background-color: #394B2C;
}
.BgClassName
{
background-color: #394B2C;
}
</style>
border-color css
<style>
span { border-color: #394B2C; }
span { border-color: rgb(57,75,44); }
td.TdClassName
{
border-color: #394B2C;
}
.TagClassName
{
border-color: #394B2C;
}
</style>