Shades of Mallard #384928
Tints of Mallard #384928
RGB
CMYK
RGB Variations
Color information
#384928 (or 0x384928) is known color: Mallard. HEX triplet: 38, 49 and 28. RGB value is (56,73,40). Sum of RGB (Red+Green+Blue) = 56+73+40=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #384928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384928 is #C7B6D7. Grayscale: #404040. Windows color (decimal): -13088472 or 2640184. OLE color: 2640184.
HSL color Cylindrical-coordinate representation of color #384928: hue angle of 90.91º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384928 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 40 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.71 |
| HSL | 90.91º | 0.29% | 0.22% | - |
| HSV(B) | 90.91º | 0.45% | 0.29% | - |
| XYZ | 4.4 | 5.76 | 2.89 | - |
| YUV | 64.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 40 | 0.23 | 0 | 0.45 | 0.71 | 90.91 | 0.29 | 0.22 |
| Hex | 38 | 49 | 28 | 17 | 0 | 2D | 47 | 5B | 1D | 16 |
| Octal | 70 | 111 | 50 | 27 | 0 | 55 | 107 | 133 | 35 | 26 |
| Binary | 111000 | 1001001 | 101000 | 10111 | 0 | 101101 | 1000111 | 1011011 | 11101 | 10110 |
Color Harmonies of #384928
Complementary color
Monochromatic Colors of #384928
Black with #384928
Text Example
Text Example
White with #384928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384928; }
p { color: rgb(56,73,40); }
H1.HeaderClassName
{
color: #384928;
}
.AnyTagClassName
{
color: #384928;
}
</style>
background-color css
<style>
a { background-color: #384928; }
a { background-color: rgb(56,73,40); }
div.DivClassName
{
background-color: #384928;
}
.BgClassName
{
background-color: #384928;
}
</style>
border-color css
<style>
span { border-color: #384928; }
span { border-color: rgb(56,73,40); }
td.TdClassName
{
border-color: #384928;
}
.TagClassName
{
border-color: #384928;
}
</style>