Shades of Mallard #37472B
Tints of Mallard #37472B
RGB
CMYK
RGB Variations
Color information
#37472B (or 0x37472B) is known color: Mallard. HEX triplet: 37, 47 and 2B. RGB value is (55,71,43). Sum of RGB (Red+Green+Blue) = 55+71+43=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #37472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37472B is #C8B8D4. Grayscale: #3F3F3F. Windows color (decimal): -13154517 or 2836279. OLE color: 2836279.
HSL color Cylindrical-coordinate representation of color #37472B: hue angle of 94.29º 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 #37472B is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 71 | 43 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.72 |
| HSL | 94.29º | 0.25% | 0.22% | - |
| HSV(B) | 94.29º | 0.39% | 0.28% | - |
| XYZ | 4.26 | 5.49 | 3.12 | - |
| YUV | 63.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 43 | 0.23 | 0 | 0.39 | 0.72 | 94.29 | 0.25 | 0.22 |
| Hex | 37 | 47 | 2B | 17 | 0 | 27 | 48 | 5E | 19 | 16 |
| Octal | 67 | 107 | 53 | 27 | 0 | 47 | 110 | 136 | 31 | 26 |
| Binary | 110111 | 1000111 | 101011 | 10111 | 0 | 100111 | 1001000 | 1011110 | 11001 | 10110 |
Color Harmonies of #37472B
Complementary color
Monochromatic Colors of #37472B
Black with #37472B
Text Example
Text Example
White with #37472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37472B; }
p { color: rgb(55,71,43); }
H1.HeaderClassName
{
color: #37472B;
}
.AnyTagClassName
{
color: #37472B;
}
</style>
background-color css
<style>
a { background-color: #37472B; }
a { background-color: rgb(55,71,43); }
div.DivClassName
{
background-color: #37472B;
}
.BgClassName
{
background-color: #37472B;
}
</style>
border-color css
<style>
span { border-color: #37472B; }
span { border-color: rgb(55,71,43); }
td.TdClassName
{
border-color: #37472B;
}
.TagClassName
{
border-color: #37472B;
}
</style>