Shades of Mallard #354728
Tints of Mallard #354728
RGB
CMYK
RGB Variations
Color information
#354728 (or 0x354728) is known color: Mallard. HEX triplet: 35, 47 and 28. RGB value is (53,71,40). Sum of RGB (Red+Green+Blue) = 53+71+40=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #354728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354728 is #CAB8D7. Grayscale: #3E3E3E. Windows color (decimal): -13285592 or 2639669. OLE color: 2639669.
HSL color Cylindrical-coordinate representation of color #354728: hue angle of 94.84º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #354728 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 40 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.72 |
| HSL | 94.84º | 0.28% | 0.22% | - |
| HSV(B) | 94.84º | 0.44% | 0.28% | - |
| XYZ | 4.1 | 5.42 | 2.84 | - |
| YUV | 62.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 40 | 0.25 | 0 | 0.44 | 0.72 | 94.84 | 0.28 | 0.22 |
| Hex | 35 | 47 | 28 | 19 | 0 | 2C | 48 | 5F | 1C | 16 |
| Octal | 65 | 107 | 50 | 31 | 0 | 54 | 110 | 137 | 34 | 26 |
| Binary | 110101 | 1000111 | 101000 | 11001 | 0 | 101100 | 1001000 | 1011111 | 11100 | 10110 |
Color Harmonies of #354728
Complementary color
Monochromatic Colors of #354728
Black with #354728
Text Example
Text Example
White with #354728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354728; }
p { color: rgb(53,71,40); }
H1.HeaderClassName
{
color: #354728;
}
.AnyTagClassName
{
color: #354728;
}
</style>
background-color css
<style>
a { background-color: #354728; }
a { background-color: rgb(53,71,40); }
div.DivClassName
{
background-color: #354728;
}
.BgClassName
{
background-color: #354728;
}
</style>
border-color css
<style>
span { border-color: #354728; }
span { border-color: rgb(53,71,40); }
td.TdClassName
{
border-color: #354728;
}
.TagClassName
{
border-color: #354728;
}
</style>