Shades of Mallard #36412F
Tints of Mallard #36412F
RGB
CMYK
RGB Variations
Color information
#36412F (or 0x36412F) is known color: Mallard. HEX triplet: 36, 41 and 2F. RGB value is (54,65,47). Sum of RGB (Red+Green+Blue) = 54+65+47=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #36412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36412F is #C9BED0. Grayscale: #3B3B3B. Windows color (decimal): -13221585 or 3096886. OLE color: 3096886.
HSL color Cylindrical-coordinate representation of color #36412F: hue angle of 96.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #36412F is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 65 | 47 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.75 |
| HSL | 96.67º | 0.16% | 0.22% | - |
| HSV(B) | 96.67º | 0.28% | 0.25% | - |
| XYZ | 3.92 | 4.77 | 3.4 | - |
| YUV | 59.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 47 | 0.17 | 0 | 0.28 | 0.75 | 96.67 | 0.16 | 0.22 |
| Hex | 36 | 41 | 2F | 11 | 0 | 1C | 4B | 61 | 10 | 16 |
| Octal | 66 | 101 | 57 | 21 | 0 | 34 | 113 | 141 | 20 | 26 |
| Binary | 110110 | 1000001 | 101111 | 10001 | 0 | 11100 | 1001011 | 1100001 | 10000 | 10110 |
Color Harmonies of #36412F
Complementary color
Monochromatic Colors of #36412F
Black with #36412F
Text Example
Text Example
White with #36412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36412F; }
p { color: rgb(54,65,47); }
H1.HeaderClassName
{
color: #36412F;
}
.AnyTagClassName
{
color: #36412F;
}
</style>
background-color css
<style>
a { background-color: #36412F; }
a { background-color: rgb(54,65,47); }
div.DivClassName
{
background-color: #36412F;
}
.BgClassName
{
background-color: #36412F;
}
</style>
border-color css
<style>
span { border-color: #36412F; }
span { border-color: rgb(54,65,47); }
td.TdClassName
{
border-color: #36412F;
}
.TagClassName
{
border-color: #36412F;
}
</style>