Shades of Mallard #36402F
Tints of Mallard #36402F
RGB
CMYK
RGB Variations
Color information
#36402F (or 0x36402F) is known color: Mallard. HEX triplet: 36, 40 and 2F. RGB value is (54,64,47). Sum of RGB (Red+Green+Blue) = 54+64+47=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #36402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36402F is #C9BFD0. Grayscale: #3B3B3B. Windows color (decimal): -13221841 or 3096630. OLE color: 3096630.
HSL color Cylindrical-coordinate representation of color #36402F: hue angle of 95.29º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #36402F is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 64 | 47 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.75 |
| HSL | 95.29º | 0.15% | 0.22% | - |
| HSV(B) | 95.29º | 0.27% | 0.25% | - |
| XYZ | 3.87 | 4.66 | 3.38 | - |
| YUV | 59.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 47 | 0.16 | 0 | 0.27 | 0.75 | 95.29 | 0.15 | 0.22 |
| Hex | 36 | 40 | 2F | 10 | 0 | 1B | 4B | 5F | F | 16 |
| Octal | 66 | 100 | 57 | 20 | 0 | 33 | 113 | 137 | 17 | 26 |
| Binary | 110110 | 1000000 | 101111 | 10000 | 0 | 11011 | 1001011 | 1011111 | 1111 | 10110 |
Color Harmonies of #36402F
Complementary color
Monochromatic Colors of #36402F
Black with #36402F
Text Example
Text Example
White with #36402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36402F; }
p { color: rgb(54,64,47); }
H1.HeaderClassName
{
color: #36402F;
}
.AnyTagClassName
{
color: #36402F;
}
</style>
background-color css
<style>
a { background-color: #36402F; }
a { background-color: rgb(54,64,47); }
div.DivClassName
{
background-color: #36402F;
}
.BgClassName
{
background-color: #36402F;
}
</style>
border-color css
<style>
span { border-color: #36402F; }
span { border-color: rgb(54,64,47); }
td.TdClassName
{
border-color: #36402F;
}
.TagClassName
{
border-color: #36402F;
}
</style>