Shades of Mallard #375024
Tints of Mallard #375024
RGB
CMYK
RGB Variations
Color information
#375024 (or 0x375024) is known color: Mallard. HEX triplet: 37, 50 and 24. RGB value is (55,80,36). Sum of RGB (Red+Green+Blue) = 55+80+36=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #375024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375024 is #C8AFDB. Grayscale: #434343. Windows color (decimal): -13152220 or 2379831. OLE color: 2379831.
HSL color Cylindrical-coordinate representation of color #375024: hue angle of 94.09º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #375024 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 80 | 36 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.69 |
| HSL | 94.09º | 0.38% | 0.23% | - |
| HSV(B) | 94.09º | 0.55% | 0.31% | - |
| XYZ | 4.76 | 6.68 | 2.71 | - |
| YUV | 67.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 36 | 0.31 | 0 | 0.55 | 0.69 | 94.09 | 0.38 | 0.23 |
| Hex | 37 | 50 | 24 | 1F | 0 | 37 | 45 | 5E | 26 | 17 |
| Octal | 67 | 120 | 44 | 37 | 0 | 67 | 105 | 136 | 46 | 27 |
| Binary | 110111 | 1010000 | 100100 | 11111 | 0 | 110111 | 1000101 | 1011110 | 100110 | 10111 |
Color Harmonies of #375024
Complementary color
Monochromatic Colors of #375024
Black with #375024
Text Example
Text Example
White with #375024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375024; }
p { color: rgb(55,80,36); }
H1.HeaderClassName
{
color: #375024;
}
.AnyTagClassName
{
color: #375024;
}
</style>
background-color css
<style>
a { background-color: #375024; }
a { background-color: rgb(55,80,36); }
div.DivClassName
{
background-color: #375024;
}
.BgClassName
{
background-color: #375024;
}
</style>
border-color css
<style>
span { border-color: #375024; }
span { border-color: rgb(55,80,36); }
td.TdClassName
{
border-color: #375024;
}
.TagClassName
{
border-color: #375024;
}
</style>