Shades of Mallard #36422C
Tints of Mallard #36422C
RGB
CMYK
RGB Variations
Color information
#36422C (or 0x36422C) is known color: Mallard. HEX triplet: 36, 42 and 2C. RGB value is (54,66,44). Sum of RGB (Red+Green+Blue) = 54+66+44=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #36422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36422C is #C9BDD3. Grayscale: #3B3B3B. Windows color (decimal): -13221332 or 2900534. OLE color: 2900534.
HSL color Cylindrical-coordinate representation of color #36422C: hue angle of 92.73º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #36422C is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 44 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.74 |
| HSL | 92.73º | 0.2% | 0.22% | - |
| HSV(B) | 92.73º | 0.33% | 0.26% | - |
| XYZ | 3.92 | 4.86 | 3.11 | - |
| YUV | 59.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 44 | 0.18 | 0 | 0.33 | 0.74 | 92.73 | 0.2 | 0.22 |
| Hex | 36 | 42 | 2C | 12 | 0 | 21 | 4A | 5D | 14 | 16 |
| Octal | 66 | 102 | 54 | 22 | 0 | 41 | 112 | 135 | 24 | 26 |
| Binary | 110110 | 1000010 | 101100 | 10010 | 0 | 100001 | 1001010 | 1011101 | 10100 | 10110 |
Color Harmonies of #36422C
Complementary color
Monochromatic Colors of #36422C
Black with #36422C
Text Example
Text Example
White with #36422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36422C; }
p { color: rgb(54,66,44); }
H1.HeaderClassName
{
color: #36422C;
}
.AnyTagClassName
{
color: #36422C;
}
</style>
background-color css
<style>
a { background-color: #36422C; }
a { background-color: rgb(54,66,44); }
div.DivClassName
{
background-color: #36422C;
}
.BgClassName
{
background-color: #36422C;
}
</style>
border-color css
<style>
span { border-color: #36422C; }
span { border-color: rgb(54,66,44); }
td.TdClassName
{
border-color: #36422C;
}
.TagClassName
{
border-color: #36422C;
}
</style>