Shades of Mallard #354528
Tints of Mallard #354528
RGB
CMYK
RGB Variations
Color information
#354528 (or 0x354528) is known color: Mallard. HEX triplet: 35, 45 and 28. RGB value is (53,69,40). Sum of RGB (Red+Green+Blue) = 53+69+40=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #354528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354528 is #CABAD7. Grayscale: #3D3D3D. Windows color (decimal): -13286104 or 2639157. OLE color: 2639157.
HSL color Cylindrical-coordinate representation of color #354528: hue angle of 93.1º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #354528 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 40 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.73 |
| HSL | 93.1º | 0.27% | 0.21% | - |
| HSV(B) | 93.1º | 0.42% | 0.27% | - |
| XYZ | 3.98 | 5.17 | 2.79 | - |
| YUV | 60.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 40 | 0.23 | 0 | 0.42 | 0.73 | 93.1 | 0.27 | 0.21 |
| Hex | 35 | 45 | 28 | 17 | 0 | 2A | 49 | 5D | 1B | 15 |
| Octal | 65 | 105 | 50 | 27 | 0 | 52 | 111 | 135 | 33 | 25 |
| Binary | 110101 | 1000101 | 101000 | 10111 | 0 | 101010 | 1001001 | 1011101 | 11011 | 10101 |
Color Harmonies of #354528
Complementary color
Monochromatic Colors of #354528
Black with #354528
Text Example
Text Example
White with #354528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354528; }
p { color: rgb(53,69,40); }
H1.HeaderClassName
{
color: #354528;
}
.AnyTagClassName
{
color: #354528;
}
</style>
background-color css
<style>
a { background-color: #354528; }
a { background-color: rgb(53,69,40); }
div.DivClassName
{
background-color: #354528;
}
.BgClassName
{
background-color: #354528;
}
</style>
border-color css
<style>
span { border-color: #354528; }
span { border-color: rgb(53,69,40); }
td.TdClassName
{
border-color: #354528;
}
.TagClassName
{
border-color: #354528;
}
</style>