Shades of Mallard #38462D
Tints of Mallard #38462D
RGB
CMYK
RGB Variations
Color information
#38462D (or 0x38462D) is known color: Mallard. HEX triplet: 38, 46 and 2D. RGB value is (56,70,45). Sum of RGB (Red+Green+Blue) = 56+70+45=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #38462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38462D is #C7B9D2. Grayscale: #3F3F3F. Windows color (decimal): -13089235 or 2967096. OLE color: 2967096.
HSL color Cylindrical-coordinate representation of color #38462D: hue angle of 93.6º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #38462D is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 45 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.73 |
| HSL | 93.6º | 0.22% | 0.23% | - |
| HSV(B) | 93.6º | 0.36% | 0.27% | - |
| XYZ | 4.29 | 5.41 | 3.3 | - |
| YUV | 62.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 45 | 0.20 | 0 | 0.36 | 0.73 | 93.6 | 0.22 | 0.23 |
| Hex | 38 | 46 | 2D | 14 | 0 | 24 | 49 | 5E | 16 | 17 |
| Octal | 70 | 106 | 55 | 24 | 0 | 44 | 111 | 136 | 26 | 27 |
| Binary | 111000 | 1000110 | 101101 | 10100 | 0 | 100100 | 1001001 | 1011110 | 10110 | 10111 |
Color Harmonies of #38462D
Complementary color
Monochromatic Colors of #38462D
Black with #38462D
Text Example
Text Example
White with #38462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38462D; }
p { color: rgb(56,70,45); }
H1.HeaderClassName
{
color: #38462D;
}
.AnyTagClassName
{
color: #38462D;
}
</style>
background-color css
<style>
a { background-color: #38462D; }
a { background-color: rgb(56,70,45); }
div.DivClassName
{
background-color: #38462D;
}
.BgClassName
{
background-color: #38462D;
}
</style>
border-color css
<style>
span { border-color: #38462D; }
span { border-color: rgb(56,70,45); }
td.TdClassName
{
border-color: #38462D;
}
.TagClassName
{
border-color: #38462D;
}
</style>