Shades of Mallard #363E31
Tints of Mallard #363E31
RGB
CMYK
RGB Variations
Color information
#363E31 (or 0x363E31) is known color: Mallard. HEX triplet: 36, 3E and 31. RGB value is (54,62,49). Sum of RGB (Red+Green+Blue) = 54+62+49=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 62 - color contains mainly: green. Hex color #363E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E31 is #C9C1CE. Grayscale: #3A3A3A. Windows color (decimal): -13222351 or 3227190. OLE color: 3227190.
HSL color Cylindrical-coordinate representation of color #363E31: hue angle of 96.92º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #363E31 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 62 | 49 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.76 |
| HSL | 96.92º | 0.12% | 0.22% | - |
| HSV(B) | 96.92º | 0.21% | 0.24% | - |
| XYZ | 3.8 | 4.45 | 3.56 | - |
| YUV | 58.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 49 | 0.13 | 0 | 0.21 | 0.76 | 96.92 | 0.12 | 0.22 |
| Hex | 36 | 3E | 31 | D | 0 | 15 | 4C | 61 | C | 16 |
| Octal | 66 | 76 | 61 | 15 | 0 | 25 | 114 | 141 | 14 | 26 |
| Binary | 110110 | 111110 | 110001 | 1101 | 0 | 10101 | 1001100 | 1100001 | 1100 | 10110 |
Color Harmonies of #363E31
Complementary color
Monochromatic Colors of #363E31
Black with #363E31
Text Example
Text Example
White with #363E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E31; }
p { color: rgb(54,62,49); }
H1.HeaderClassName
{
color: #363E31;
}
.AnyTagClassName
{
color: #363E31;
}
</style>
background-color css
<style>
a { background-color: #363E31; }
a { background-color: rgb(54,62,49); }
div.DivClassName
{
background-color: #363E31;
}
.BgClassName
{
background-color: #363E31;
}
</style>
border-color css
<style>
span { border-color: #363E31; }
span { border-color: rgb(54,62,49); }
td.TdClassName
{
border-color: #363E31;
}
.TagClassName
{
border-color: #363E31;
}
</style>