Shades of Mallard #353F2E
Tints of Mallard #353F2E
RGB
CMYK
RGB Variations
Color information
#353F2E (or 0x353F2E) is known color: Mallard. HEX triplet: 35, 3F and 2E. RGB value is (53,63,46). Sum of RGB (Red+Green+Blue) = 53+63+46=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 63 - color contains mainly: green. Hex color #353F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F2E is #CAC0D1. Grayscale: #3A3A3A. Windows color (decimal): -13287634 or 3030837. OLE color: 3030837.
HSL color Cylindrical-coordinate representation of color #353F2E: hue angle of 95.29º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #353F2E is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 63 | 46 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.75 |
| HSL | 95.29º | 0.16% | 0.21% | - |
| HSV(B) | 95.29º | 0.27% | 0.25% | - |
| XYZ | 3.74 | 4.51 | 3.26 | - |
| YUV | 58.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 46 | 0.16 | 0 | 0.27 | 0.75 | 95.29 | 0.16 | 0.21 |
| Hex | 35 | 3F | 2E | 10 | 0 | 1B | 4B | 5F | 10 | 15 |
| Octal | 65 | 77 | 56 | 20 | 0 | 33 | 113 | 137 | 20 | 25 |
| Binary | 110101 | 111111 | 101110 | 10000 | 0 | 11011 | 1001011 | 1011111 | 10000 | 10101 |
Color Harmonies of #353F2E
Complementary color
Monochromatic Colors of #353F2E
Black with #353F2E
Text Example
Text Example
White with #353F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F2E; }
p { color: rgb(53,63,46); }
H1.HeaderClassName
{
color: #353F2E;
}
.AnyTagClassName
{
color: #353F2E;
}
</style>
background-color css
<style>
a { background-color: #353F2E; }
a { background-color: rgb(53,63,46); }
div.DivClassName
{
background-color: #353F2E;
}
.BgClassName
{
background-color: #353F2E;
}
</style>
border-color css
<style>
span { border-color: #353F2E; }
span { border-color: rgb(53,63,46); }
td.TdClassName
{
border-color: #353F2E;
}
.TagClassName
{
border-color: #353F2E;
}
</style>