Shades of Mallard #374A28
Tints of Mallard #374A28
RGB
CMYK
RGB Variations
Color information
#374A28 (or 0x374A28) is known color: Mallard. HEX triplet: 37, 4A and 28. RGB value is (55,74,40). Sum of RGB (Red+Green+Blue) = 55+74+40=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 74 - color contains mainly: green. Hex color #374A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A28 is #C8B5D7. Grayscale: #404040. Windows color (decimal): -13153752 or 2640439. OLE color: 2640439.
HSL color Cylindrical-coordinate representation of color #374A28: hue angle of 93.53º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374A28 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 40 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.71 |
| HSL | 93.53º | 0.3% | 0.22% | - |
| HSV(B) | 93.53º | 0.46% | 0.29% | - |
| XYZ | 4.41 | 5.86 | 2.91 | - |
| YUV | 64.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 40 | 0.26 | 0 | 0.46 | 0.71 | 93.53 | 0.3 | 0.22 |
| Hex | 37 | 4A | 28 | 1A | 0 | 2E | 47 | 5E | 1E | 16 |
| Octal | 67 | 112 | 50 | 32 | 0 | 56 | 107 | 136 | 36 | 26 |
| Binary | 110111 | 1001010 | 101000 | 11010 | 0 | 101110 | 1000111 | 1011110 | 11110 | 10110 |
Color Harmonies of #374A28
Complementary color
Monochromatic Colors of #374A28
Black with #374A28
Text Example
Text Example
White with #374A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A28; }
p { color: rgb(55,74,40); }
H1.HeaderClassName
{
color: #374A28;
}
.AnyTagClassName
{
color: #374A28;
}
</style>
background-color css
<style>
a { background-color: #374A28; }
a { background-color: rgb(55,74,40); }
div.DivClassName
{
background-color: #374A28;
}
.BgClassName
{
background-color: #374A28;
}
</style>
border-color css
<style>
span { border-color: #374A28; }
span { border-color: rgb(55,74,40); }
td.TdClassName
{
border-color: #374A28;
}
.TagClassName
{
border-color: #374A28;
}
</style>