Shades of Mallard #363B32
Tints of Mallard #363B32
RGB
CMYK
RGB Variations
Color information
#363B32 (or 0x363B32) is known color: Mallard. HEX triplet: 36, 3B and 32. RGB value is (54,59,50). Sum of RGB (Red+Green+Blue) = 54+59+50=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 59 - color contains mainly: green. Hex color #363B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B32 is #C9C4CD. Grayscale: #383838. Windows color (decimal): -13223118 or 3291958. OLE color: 3291958.
HSL color Cylindrical-coordinate representation of color #363B32: hue angle of 93.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #363B32 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 50 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.77 |
| HSL | 93.33º | 0.08% | 0.21% | - |
| HSV(B) | 93.33º | 0.15% | 0.23% | - |
| XYZ | 3.66 | 4.14 | 3.62 | - |
| YUV | 56.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 50 | 0.08 | 0 | 0.15 | 0.77 | 93.33 | 0.08 | 0.21 |
| Hex | 36 | 3B | 32 | 8 | 0 | F | 4D | 5D | 8 | 15 |
| Octal | 66 | 73 | 62 | 10 | 0 | 17 | 115 | 135 | 10 | 25 |
| Binary | 110110 | 111011 | 110010 | 1000 | 0 | 1111 | 1001101 | 1011101 | 1000 | 10101 |
Color Harmonies of #363B32
Complementary color
Monochromatic Colors of #363B32
Black with #363B32
Text Example
Text Example
White with #363B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B32; }
p { color: rgb(54,59,50); }
H1.HeaderClassName
{
color: #363B32;
}
.AnyTagClassName
{
color: #363B32;
}
</style>
background-color css
<style>
a { background-color: #363B32; }
a { background-color: rgb(54,59,50); }
div.DivClassName
{
background-color: #363B32;
}
.BgClassName
{
background-color: #363B32;
}
</style>
border-color css
<style>
span { border-color: #363B32; }
span { border-color: rgb(54,59,50); }
td.TdClassName
{
border-color: #363B32;
}
.TagClassName
{
border-color: #363B32;
}
</style>