Shades of Mallard #363735
Tints of Mallard #363735
RGB
CMYK
RGB Variations
Color information
#363735 (or 0x363735) is known color: Mallard. HEX triplet: 36, 37 and 35. RGB value is (54,55,53). Sum of RGB (Red+Green+Blue) = 54+55+53=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 55 - color contains mainly: green. Hex color #363735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363735 is #C9C8CA. Grayscale: #363636. Windows color (decimal): -13224139 or 3487542. OLE color: 3487542.
HSL color Cylindrical-coordinate representation of color #363735: hue angle of 90º degrees, saturation: 0.02, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #363735 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 55 | 53 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.78 |
| HSL | 90º | 0.02% | 0.21% | - |
| HSV(B) | 90º | 0.04% | 0.22% | - |
| XYZ | 3.53 | 3.77 | 3.91 | - |
| YUV | 54.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 53 | 0.02 | 0 | 0.04 | 0.78 | 90 | 0.02 | 0.21 |
| Hex | 36 | 37 | 35 | 2 | 0 | 4 | 4E | 5A | 2 | 15 |
| Octal | 66 | 67 | 65 | 2 | 0 | 4 | 116 | 132 | 2 | 25 |
| Binary | 110110 | 110111 | 110101 | 10 | 0 | 100 | 1001110 | 1011010 | 10 | 10101 |
Color Harmonies of #363735
Complementary color
Monochromatic Colors of #363735
Black with #363735
Text Example
Text Example
White with #363735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363735; }
p { color: rgb(54,55,53); }
H1.HeaderClassName
{
color: #363735;
}
.AnyTagClassName
{
color: #363735;
}
</style>
background-color css
<style>
a { background-color: #363735; }
a { background-color: rgb(54,55,53); }
div.DivClassName
{
background-color: #363735;
}
.BgClassName
{
background-color: #363735;
}
</style>
border-color css
<style>
span { border-color: #363735; }
span { border-color: rgb(54,55,53); }
td.TdClassName
{
border-color: #363735;
}
.TagClassName
{
border-color: #363735;
}
</style>