Shades of Mallard #354529
Tints of Mallard #354529
RGB
CMYK
RGB Variations
Color information
#354529 (or 0x354529) is known color: Mallard. HEX triplet: 35, 45 and 29. RGB value is (53,69,41). Sum of RGB (Red+Green+Blue) = 53+69+41=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #354529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354529 is #CABAD6. Grayscale: #3D3D3D. Windows color (decimal): -13286103 or 2704693. OLE color: 2704693.
HSL color Cylindrical-coordinate representation of color #354529: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #354529 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 41 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.73 |
| HSL | 94.29º | 0.25% | 0.22% | - |
| HSV(B) | 94.29º | 0.41% | 0.27% | - |
| XYZ | 4 | 5.17 | 2.89 | - |
| YUV | 61.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 41 | 0.23 | 0 | 0.41 | 0.73 | 94.29 | 0.25 | 0.22 |
| Hex | 35 | 45 | 29 | 17 | 0 | 29 | 49 | 5E | 19 | 16 |
| Octal | 65 | 105 | 51 | 27 | 0 | 51 | 111 | 136 | 31 | 26 |
| Binary | 110101 | 1000101 | 101001 | 10111 | 0 | 101001 | 1001001 | 1011110 | 11001 | 10110 |
Color Harmonies of #354529
Complementary color
Monochromatic Colors of #354529
Black with #354529
Text Example
Text Example
White with #354529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354529; }
p { color: rgb(53,69,41); }
H1.HeaderClassName
{
color: #354529;
}
.AnyTagClassName
{
color: #354529;
}
</style>
background-color css
<style>
a { background-color: #354529; }
a { background-color: rgb(53,69,41); }
div.DivClassName
{
background-color: #354529;
}
.BgClassName
{
background-color: #354529;
}
</style>
border-color css
<style>
span { border-color: #354529; }
span { border-color: rgb(53,69,41); }
td.TdClassName
{
border-color: #354529;
}
.TagClassName
{
border-color: #354529;
}
</style>