Shades of Mallard #324525
Tints of Mallard #324525
RGB
CMYK
RGB Variations
Color information
#324525 (or 0x324525) is known color: Mallard. HEX triplet: 32, 45 and 25. RGB value is (50,69,37). Sum of RGB (Red+Green+Blue) = 50+69+37=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #324525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324525 is #CDBADA. Grayscale: #3B3B3B. Windows color (decimal): -13482715 or 2442546. OLE color: 2442546.
HSL color Cylindrical-coordinate representation of color #324525: hue angle of 95.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #324525 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 69 | 37 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.73 |
| HSL | 95.63º | 0.3% | 0.21% | - |
| HSV(B) | 95.63º | 0.46% | 0.27% | - |
| XYZ | 3.78 | 5.07 | 2.53 | - |
| YUV | 59.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 69 | 37 | 0.28 | 0 | 0.46 | 0.73 | 95.63 | 0.3 | 0.21 |
| Hex | 32 | 45 | 25 | 1C | 0 | 2E | 49 | 60 | 1E | 15 |
| Octal | 62 | 105 | 45 | 34 | 0 | 56 | 111 | 140 | 36 | 25 |
| Binary | 110010 | 1000101 | 100101 | 11100 | 0 | 101110 | 1001001 | 1100000 | 11110 | 10101 |
Color Harmonies of #324525
Complementary color
Monochromatic Colors of #324525
Black with #324525
Text Example
Text Example
White with #324525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324525; }
p { color: rgb(50,69,37); }
H1.HeaderClassName
{
color: #324525;
}
.AnyTagClassName
{
color: #324525;
}
</style>
background-color css
<style>
a { background-color: #324525; }
a { background-color: rgb(50,69,37); }
div.DivClassName
{
background-color: #324525;
}
.BgClassName
{
background-color: #324525;
}
</style>
border-color css
<style>
span { border-color: #324525; }
span { border-color: rgb(50,69,37); }
td.TdClassName
{
border-color: #324525;
}
.TagClassName
{
border-color: #324525;
}
</style>