Shades of Mallard #38472B
Tints of Mallard #38472B
RGB
CMYK
RGB Variations
Color information
#38472B (or 0x38472B) is known color: Mallard. HEX triplet: 38, 47 and 2B. RGB value is (56,71,43). Sum of RGB (Red+Green+Blue) = 56+71+43=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 71 - color contains mainly: green. Hex color #38472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38472B is #C7B8D4. Grayscale: #3F3F3F. Windows color (decimal): -13088981 or 2836280. OLE color: 2836280.
HSL color Cylindrical-coordinate representation of color #38472B: hue angle of 92.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38472B is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 43 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.72 |
| HSL | 92.14º | 0.25% | 0.22% | - |
| HSV(B) | 92.14º | 0.39% | 0.28% | - |
| XYZ | 4.32 | 5.52 | 3.12 | - |
| YUV | 63.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 43 | 0.21 | 0 | 0.39 | 0.72 | 92.14 | 0.25 | 0.22 |
| Hex | 38 | 47 | 2B | 15 | 0 | 27 | 48 | 5C | 19 | 16 |
| Octal | 70 | 107 | 53 | 25 | 0 | 47 | 110 | 134 | 31 | 26 |
| Binary | 111000 | 1000111 | 101011 | 10101 | 0 | 100111 | 1001000 | 1011100 | 11001 | 10110 |
Color Harmonies of #38472B
Complementary color
Monochromatic Colors of #38472B
Black with #38472B
Text Example
Text Example
White with #38472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38472B; }
p { color: rgb(56,71,43); }
H1.HeaderClassName
{
color: #38472B;
}
.AnyTagClassName
{
color: #38472B;
}
</style>
background-color css
<style>
a { background-color: #38472B; }
a { background-color: rgb(56,71,43); }
div.DivClassName
{
background-color: #38472B;
}
.BgClassName
{
background-color: #38472B;
}
</style>
border-color css
<style>
span { border-color: #38472B; }
span { border-color: rgb(56,71,43); }
td.TdClassName
{
border-color: #38472B;
}
.TagClassName
{
border-color: #38472B;
}
</style>