Shades of Mallard #37462A
Tints of Mallard #37462A
RGB
CMYK
RGB Variations
Color information
#37462A (or 0x37462A) is known color: Mallard. HEX triplet: 37, 46 and 2A. RGB value is (55,70,42). Sum of RGB (Red+Green+Blue) = 55+70+42=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #37462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37462A is #C8B9D5. Grayscale: #3E3E3E. Windows color (decimal): -13154774 or 2770487. OLE color: 2770487.
HSL color Cylindrical-coordinate representation of color #37462A: hue angle of 92.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #37462A is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 70 | 42 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.73 |
| HSL | 92.14º | 0.25% | 0.22% | - |
| HSV(B) | 92.14º | 0.4% | 0.27% | - |
| XYZ | 4.18 | 5.36 | 3 | - |
| YUV | 62.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 42 | 0.21 | 0 | 0.40 | 0.73 | 92.14 | 0.25 | 0.22 |
| Hex | 37 | 46 | 2A | 15 | 0 | 28 | 49 | 5C | 19 | 16 |
| Octal | 67 | 106 | 52 | 25 | 0 | 50 | 111 | 134 | 31 | 26 |
| Binary | 110111 | 1000110 | 101010 | 10101 | 0 | 101000 | 1001001 | 1011100 | 11001 | 10110 |
Color Harmonies of #37462A
Complementary color
Monochromatic Colors of #37462A
Black with #37462A
Text Example
Text Example
White with #37462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37462A; }
p { color: rgb(55,70,42); }
H1.HeaderClassName
{
color: #37462A;
}
.AnyTagClassName
{
color: #37462A;
}
</style>
background-color css
<style>
a { background-color: #37462A; }
a { background-color: rgb(55,70,42); }
div.DivClassName
{
background-color: #37462A;
}
.BgClassName
{
background-color: #37462A;
}
</style>
border-color css
<style>
span { border-color: #37462A; }
span { border-color: rgb(55,70,42); }
td.TdClassName
{
border-color: #37462A;
}
.TagClassName
{
border-color: #37462A;
}
</style>