Shades of Mallard #394F27
Tints of Mallard #394F27
RGB
CMYK
RGB Variations
Color information
#394F27 (or 0x394F27) is known color: Mallard. HEX triplet: 39, 4F and 27. RGB value is (57,79,39). Sum of RGB (Red+Green+Blue) = 57+79+39=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #394F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F27 is #C6B0D8. Grayscale: #444444. Windows color (decimal): -13021401 or 2576185. OLE color: 2576185.
HSL color Cylindrical-coordinate representation of color #394F27: hue angle of 93º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #394F27 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 57 | 79 | 39 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.69 |
| HSL | 93º | 0.34% | 0.23% | - |
| HSV(B) | 93º | 0.51% | 0.31% | - |
| XYZ | 4.85 | 6.61 | 2.94 | - |
| YUV | 67.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 79 | 39 | 0.28 | 0 | 0.51 | 0.69 | 93 | 0.34 | 0.23 |
| Hex | 39 | 4F | 27 | 1C | 0 | 33 | 45 | 5D | 22 | 17 |
| Octal | 71 | 117 | 47 | 34 | 0 | 63 | 105 | 135 | 42 | 27 |
| Binary | 111001 | 1001111 | 100111 | 11100 | 0 | 110011 | 1000101 | 1011101 | 100010 | 10111 |
Color Harmonies of #394F27
Complementary color
Monochromatic Colors of #394F27
Black with #394F27
Text Example
Text Example
White with #394F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394F27; }
p { color: rgb(57,79,39); }
H1.HeaderClassName
{
color: #394F27;
}
.AnyTagClassName
{
color: #394F27;
}
</style>
background-color css
<style>
a { background-color: #394F27; }
a { background-color: rgb(57,79,39); }
div.DivClassName
{
background-color: #394F27;
}
.BgClassName
{
background-color: #394F27;
}
</style>
border-color css
<style>
span { border-color: #394F27; }
span { border-color: rgb(57,79,39); }
td.TdClassName
{
border-color: #394F27;
}
.TagClassName
{
border-color: #394F27;
}
</style>