Shades of Mallard #375222
Tints of Mallard #375222
RGB
CMYK
RGB Variations
Color information
#375222 (or 0x375222) is known color: Mallard. HEX triplet: 37, 52 and 22. RGB value is (55,82,34). Sum of RGB (Red+Green+Blue) = 55+82+34=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #375222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375222 is #C8ADDD. Grayscale: #444444. Windows color (decimal): -13151710 or 2249271. OLE color: 2249271.
HSL color Cylindrical-coordinate representation of color #375222: hue angle of 93.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375222 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 82 | 34 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.68 |
| HSL | 93.75º | 0.41% | 0.23% | - |
| HSV(B) | 93.75º | 0.59% | 0.32% | - |
| XYZ | 4.88 | 6.96 | 2.6 | - |
| YUV | 68.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 82 | 34 | 0.33 | 0 | 0.59 | 0.68 | 93.75 | 0.41 | 0.23 |
| Hex | 37 | 52 | 22 | 21 | 0 | 3B | 44 | 5E | 29 | 17 |
| Octal | 67 | 122 | 42 | 41 | 0 | 73 | 104 | 136 | 51 | 27 |
| Binary | 110111 | 1010010 | 100010 | 100001 | 0 | 111011 | 1000100 | 1011110 | 101001 | 10111 |
Color Harmonies of #375222
Complementary color
Monochromatic Colors of #375222
Black with #375222
Text Example
Text Example
White with #375222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375222; }
p { color: rgb(55,82,34); }
H1.HeaderClassName
{
color: #375222;
}
.AnyTagClassName
{
color: #375222;
}
</style>
background-color css
<style>
a { background-color: #375222; }
a { background-color: rgb(55,82,34); }
div.DivClassName
{
background-color: #375222;
}
.BgClassName
{
background-color: #375222;
}
</style>
border-color css
<style>
span { border-color: #375222; }
span { border-color: rgb(55,82,34); }
td.TdClassName
{
border-color: #375222;
}
.TagClassName
{
border-color: #375222;
}
</style>