Shades of Mallard #354828
Tints of Mallard #354828
RGB
CMYK
RGB Variations
Color information
#354828 (or 0x354828) is known color: Mallard. HEX triplet: 35, 48 and 28. RGB value is (53,72,40). Sum of RGB (Red+Green+Blue) = 53+72+40=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 72 - color contains mainly: green. Hex color #354828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354828 is #CAB7D7. Grayscale: #3E3E3E. Windows color (decimal): -13285336 or 2639925. OLE color: 2639925.
HSL color Cylindrical-coordinate representation of color #354828: hue angle of 95.62º degrees, saturation: 0.29, 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 #354828 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 40 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.72 |
| HSL | 95.63º | 0.29% | 0.22% | - |
| HSV(B) | 95.63º | 0.44% | 0.28% | - |
| XYZ | 4.17 | 5.54 | 2.86 | - |
| YUV | 62.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 40 | 0.26 | 0 | 0.44 | 0.72 | 95.63 | 0.29 | 0.22 |
| Hex | 35 | 48 | 28 | 1A | 0 | 2C | 48 | 60 | 1D | 16 |
| Octal | 65 | 110 | 50 | 32 | 0 | 54 | 110 | 140 | 35 | 26 |
| Binary | 110101 | 1001000 | 101000 | 11010 | 0 | 101100 | 1001000 | 1100000 | 11101 | 10110 |
Color Harmonies of #354828
Complementary color
Monochromatic Colors of #354828
Black with #354828
Text Example
Text Example
White with #354828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354828; }
p { color: rgb(53,72,40); }
H1.HeaderClassName
{
color: #354828;
}
.AnyTagClassName
{
color: #354828;
}
</style>
background-color css
<style>
a { background-color: #354828; }
a { background-color: rgb(53,72,40); }
div.DivClassName
{
background-color: #354828;
}
.BgClassName
{
background-color: #354828;
}
</style>
border-color css
<style>
span { border-color: #354828; }
span { border-color: rgb(53,72,40); }
td.TdClassName
{
border-color: #354828;
}
.TagClassName
{
border-color: #354828;
}
</style>