Shades of Mallard #38462C
Tints of Mallard #38462C
RGB
CMYK
RGB Variations
Color information
#38462C (or 0x38462C) is known color: Mallard. HEX triplet: 38, 46 and 2C. RGB value is (56,70,44). Sum of RGB (Red+Green+Blue) = 56+70+44=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #38462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38462C is #C7B9D3. Grayscale: #3E3E3E. Windows color (decimal): -13089236 or 2901560. OLE color: 2901560.
HSL color Cylindrical-coordinate representation of color #38462C: hue angle of 92.31º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #38462C is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 44 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.73 |
| HSL | 92.31º | 0.23% | 0.22% | - |
| HSV(B) | 92.31º | 0.37% | 0.27% | - |
| XYZ | 4.28 | 5.4 | 3.2 | - |
| YUV | 62.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 44 | 0.20 | 0 | 0.37 | 0.73 | 92.31 | 0.23 | 0.22 |
| Hex | 38 | 46 | 2C | 14 | 0 | 25 | 49 | 5C | 17 | 16 |
| Octal | 70 | 106 | 54 | 24 | 0 | 45 | 111 | 134 | 27 | 26 |
| Binary | 111000 | 1000110 | 101100 | 10100 | 0 | 100101 | 1001001 | 1011100 | 10111 | 10110 |
Color Harmonies of #38462C
Complementary color
Monochromatic Colors of #38462C
Black with #38462C
Text Example
Text Example
White with #38462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38462C; }
p { color: rgb(56,70,44); }
H1.HeaderClassName
{
color: #38462C;
}
.AnyTagClassName
{
color: #38462C;
}
</style>
background-color css
<style>
a { background-color: #38462C; }
a { background-color: rgb(56,70,44); }
div.DivClassName
{
background-color: #38462C;
}
.BgClassName
{
background-color: #38462C;
}
</style>
border-color css
<style>
span { border-color: #38462C; }
span { border-color: rgb(56,70,44); }
td.TdClassName
{
border-color: #38462C;
}
.TagClassName
{
border-color: #38462C;
}
</style>