Shades of Mallard #375123
Tints of Mallard #375123
RGB
CMYK
RGB Variations
Color information
#375123 (or 0x375123) is known color: Mallard. HEX triplet: 37, 51 and 23. RGB value is (55,81,35). Sum of RGB (Red+Green+Blue) = 55+81+35=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #375123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375123 is #C8AEDC. Grayscale: #444444. Windows color (decimal): -13151965 or 2314551. OLE color: 2314551.
HSL color Cylindrical-coordinate representation of color #375123: hue angle of 93.91º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375123 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 81 | 35 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.68 |
| HSL | 93.91º | 0.4% | 0.23% | - |
| HSV(B) | 93.91º | 0.57% | 0.32% | - |
| XYZ | 4.82 | 6.82 | 2.65 | - |
| YUV | 67.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 35 | 0.32 | 0 | 0.57 | 0.68 | 93.91 | 0.4 | 0.23 |
| Hex | 37 | 51 | 23 | 20 | 0 | 39 | 44 | 5E | 28 | 17 |
| Octal | 67 | 121 | 43 | 40 | 0 | 71 | 104 | 136 | 50 | 27 |
| Binary | 110111 | 1010001 | 100011 | 100000 | 0 | 111001 | 1000100 | 1011110 | 101000 | 10111 |
Color Harmonies of #375123
Complementary color
Monochromatic Colors of #375123
Black with #375123
Text Example
Text Example
White with #375123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375123; }
p { color: rgb(55,81,35); }
H1.HeaderClassName
{
color: #375123;
}
.AnyTagClassName
{
color: #375123;
}
</style>
background-color css
<style>
a { background-color: #375123; }
a { background-color: rgb(55,81,35); }
div.DivClassName
{
background-color: #375123;
}
.BgClassName
{
background-color: #375123;
}
</style>
border-color css
<style>
span { border-color: #375123; }
span { border-color: rgb(55,81,35); }
td.TdClassName
{
border-color: #375123;
}
.TagClassName
{
border-color: #375123;
}
</style>