Shades of Mallard #363E2F
Tints of Mallard #363E2F
RGB
CMYK
RGB Variations
Color information
#363E2F (or 0x363E2F) is known color: Mallard. HEX triplet: 36, 3E and 2F. RGB value is (54,62,47). Sum of RGB (Red+Green+Blue) = 54+62+47=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 62 - color contains mainly: green. Hex color #363E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E2F is #C9C1D0. Grayscale: #393939. Windows color (decimal): -13222353 or 3096118. OLE color: 3096118.
HSL color Cylindrical-coordinate representation of color #363E2F: hue angle of 92º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363E2F is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 62 | 47 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.76 |
| HSL | 92º | 0.14% | 0.21% | - |
| HSV(B) | 92º | 0.24% | 0.24% | - |
| XYZ | 3.76 | 4.43 | 3.35 | - |
| YUV | 57.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 47 | 0.13 | 0 | 0.24 | 0.76 | 92 | 0.14 | 0.21 |
| Hex | 36 | 3E | 2F | D | 0 | 18 | 4C | 5C | E | 15 |
| Octal | 66 | 76 | 57 | 15 | 0 | 30 | 114 | 134 | 16 | 25 |
| Binary | 110110 | 111110 | 101111 | 1101 | 0 | 11000 | 1001100 | 1011100 | 1110 | 10101 |
Color Harmonies of #363E2F
Complementary color
Monochromatic Colors of #363E2F
Black with #363E2F
Text Example
Text Example
White with #363E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E2F; }
p { color: rgb(54,62,47); }
H1.HeaderClassName
{
color: #363E2F;
}
.AnyTagClassName
{
color: #363E2F;
}
</style>
background-color css
<style>
a { background-color: #363E2F; }
a { background-color: rgb(54,62,47); }
div.DivClassName
{
background-color: #363E2F;
}
.BgClassName
{
background-color: #363E2F;
}
</style>
border-color css
<style>
span { border-color: #363E2F; }
span { border-color: rgb(54,62,47); }
td.TdClassName
{
border-color: #363E2F;
}
.TagClassName
{
border-color: #363E2F;
}
</style>