Shades of Mallard #37482A
Tints of Mallard #37482A
RGB
CMYK
RGB Variations
Color information
#37482A (or 0x37482A) is known color: Mallard. HEX triplet: 37, 48 and 2A. RGB value is (55,72,42). Sum of RGB (Red+Green+Blue) = 55+72+42=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #37482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37482A is #C8B7D5. Grayscale: #3F3F3F. Windows color (decimal): -13154262 or 2770999. OLE color: 2770999.
HSL color Cylindrical-coordinate representation of color #37482A: hue angle of 94º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #37482A is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 72 | 42 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.72 |
| HSL | 94º | 0.26% | 0.22% | - |
| HSV(B) | 94º | 0.42% | 0.28% | - |
| XYZ | 4.31 | 5.61 | 3.05 | - |
| YUV | 63.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 42 | 0.24 | 0 | 0.42 | 0.72 | 94 | 0.26 | 0.22 |
| Hex | 37 | 48 | 2A | 18 | 0 | 2A | 48 | 5E | 1A | 16 |
| Octal | 67 | 110 | 52 | 30 | 0 | 52 | 110 | 136 | 32 | 26 |
| Binary | 110111 | 1001000 | 101010 | 11000 | 0 | 101010 | 1001000 | 1011110 | 11010 | 10110 |
Color Harmonies of #37482A
Complementary color
Monochromatic Colors of #37482A
Black with #37482A
Text Example
Text Example
White with #37482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37482A; }
p { color: rgb(55,72,42); }
H1.HeaderClassName
{
color: #37482A;
}
.AnyTagClassName
{
color: #37482A;
}
</style>
background-color css
<style>
a { background-color: #37482A; }
a { background-color: rgb(55,72,42); }
div.DivClassName
{
background-color: #37482A;
}
.BgClassName
{
background-color: #37482A;
}
</style>
border-color css
<style>
span { border-color: #37482A; }
span { border-color: rgb(55,72,42); }
td.TdClassName
{
border-color: #37482A;
}
.TagClassName
{
border-color: #37482A;
}
</style>