Shades of Mallard #375121
Tints of Mallard #375121
RGB
CMYK
RGB Variations
Color information
#375121 (or 0x375121) is known color: Mallard. HEX triplet: 37, 51 and 21. RGB value is (55,81,33). Sum of RGB (Red+Green+Blue) = 55+81+33=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #375121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375121 is #C8AEDE. Grayscale: #434343. Windows color (decimal): -13151967 or 2183479. OLE color: 2183479.
HSL color Cylindrical-coordinate representation of color #375121: hue angle of 92.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375121 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 81 | 33 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.68 |
| HSL | 92.5º | 0.42% | 0.22% | - |
| HSV(B) | 92.5º | 0.59% | 0.32% | - |
| XYZ | 4.79 | 6.81 | 2.5 | - |
| YUV | 67.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 33 | 0.32 | 0 | 0.59 | 0.68 | 92.5 | 0.42 | 0.22 |
| Hex | 37 | 51 | 21 | 20 | 0 | 3B | 44 | 5C | 2A | 16 |
| Octal | 67 | 121 | 41 | 40 | 0 | 73 | 104 | 134 | 52 | 26 |
| Binary | 110111 | 1010001 | 100001 | 100000 | 0 | 111011 | 1000100 | 1011100 | 101010 | 10110 |
Color Harmonies of #375121
Complementary color
Monochromatic Colors of #375121
Black with #375121
Text Example
Text Example
White with #375121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375121; }
p { color: rgb(55,81,33); }
H1.HeaderClassName
{
color: #375121;
}
.AnyTagClassName
{
color: #375121;
}
</style>
background-color css
<style>
a { background-color: #375121; }
a { background-color: rgb(55,81,33); }
div.DivClassName
{
background-color: #375121;
}
.BgClassName
{
background-color: #375121;
}
</style>
border-color css
<style>
span { border-color: #375121; }
span { border-color: rgb(55,81,33); }
td.TdClassName
{
border-color: #375121;
}
.TagClassName
{
border-color: #375121;
}
</style>