Shades of Mallard #374D28
Tints of Mallard #374D28
RGB
CMYK
RGB Variations
Color information
#374D28 (or 0x374D28) is known color: Mallard. HEX triplet: 37, 4D and 28. RGB value is (55,77,40). Sum of RGB (Red+Green+Blue) = 55+77+40=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #374D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D28 is #C8B2D7. Grayscale: #424242. Windows color (decimal): -13152984 or 2641207. OLE color: 2641207.
HSL color Cylindrical-coordinate representation of color #374D28: hue angle of 95.68º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #374D28 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 77 | 40 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.70 |
| HSL | 95.68º | 0.32% | 0.23% | - |
| HSV(B) | 95.68º | 0.48% | 0.3% | - |
| XYZ | 4.61 | 6.27 | 2.98 | - |
| YUV | 66.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 40 | 0.29 | 0 | 0.48 | 0.70 | 95.68 | 0.32 | 0.23 |
| Hex | 37 | 4D | 28 | 1D | 0 | 30 | 46 | 60 | 20 | 17 |
| Octal | 67 | 115 | 50 | 35 | 0 | 60 | 106 | 140 | 40 | 27 |
| Binary | 110111 | 1001101 | 101000 | 11101 | 0 | 110000 | 1000110 | 1100000 | 100000 | 10111 |
Color Harmonies of #374D28
Complementary color
Monochromatic Colors of #374D28
Black with #374D28
Text Example
Text Example
White with #374D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D28; }
p { color: rgb(55,77,40); }
H1.HeaderClassName
{
color: #374D28;
}
.AnyTagClassName
{
color: #374D28;
}
</style>
background-color css
<style>
a { background-color: #374D28; }
a { background-color: rgb(55,77,40); }
div.DivClassName
{
background-color: #374D28;
}
.BgClassName
{
background-color: #374D28;
}
</style>
border-color css
<style>
span { border-color: #374D28; }
span { border-color: rgb(55,77,40); }
td.TdClassName
{
border-color: #374D28;
}
.TagClassName
{
border-color: #374D28;
}
</style>