Shades of Mallard #38462E
Tints of Mallard #38462E
RGB
CMYK
RGB Variations
Color information
#38462E (or 0x38462E) is known color: Mallard. HEX triplet: 38, 46 and 2E. RGB value is (56,70,46). Sum of RGB (Red+Green+Blue) = 56+70+46=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #38462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38462E is #C7B9D1. Grayscale: #3F3F3F. Windows color (decimal): -13089234 or 3032632. OLE color: 3032632.
HSL color Cylindrical-coordinate representation of color #38462E: hue angle of 95º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38462E is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 46 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.73 |
| HSL | 95º | 0.21% | 0.23% | - |
| HSV(B) | 95º | 0.34% | 0.27% | - |
| XYZ | 4.31 | 5.42 | 3.4 | - |
| YUV | 63.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 46 | 0.20 | 0 | 0.34 | 0.73 | 95 | 0.21 | 0.23 |
| Hex | 38 | 46 | 2E | 14 | 0 | 22 | 49 | 5F | 15 | 17 |
| Octal | 70 | 106 | 56 | 24 | 0 | 42 | 111 | 137 | 25 | 27 |
| Binary | 111000 | 1000110 | 101110 | 10100 | 0 | 100010 | 1001001 | 1011111 | 10101 | 10111 |
Color Harmonies of #38462E
Complementary color
Monochromatic Colors of #38462E
Black with #38462E
Text Example
Text Example
White with #38462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38462E; }
p { color: rgb(56,70,46); }
H1.HeaderClassName
{
color: #38462E;
}
.AnyTagClassName
{
color: #38462E;
}
</style>
background-color css
<style>
a { background-color: #38462E; }
a { background-color: rgb(56,70,46); }
div.DivClassName
{
background-color: #38462E;
}
.BgClassName
{
background-color: #38462E;
}
</style>
border-color css
<style>
span { border-color: #38462E; }
span { border-color: rgb(56,70,46); }
td.TdClassName
{
border-color: #38462E;
}
.TagClassName
{
border-color: #38462E;
}
</style>