Shades of Mallard #364D24
Tints of Mallard #364D24
RGB
CMYK
RGB Variations
Color information
#364D24 (or 0x364D24) is known color: Mallard. HEX triplet: 36, 4D and 24. RGB value is (54,77,36). Sum of RGB (Red+Green+Blue) = 54+77+36=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #364D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D24 is #C9B2DB. Grayscale: #414141. Windows color (decimal): -13218524 or 2379062. OLE color: 2379062.
HSL color Cylindrical-coordinate representation of color #364D24: hue angle of 93.66º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #364D24 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 36 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.70 |
| HSL | 93.66º | 0.36% | 0.22% | - |
| HSV(B) | 93.66º | 0.53% | 0.3% | - |
| XYZ | 4.49 | 6.22 | 2.63 | - |
| YUV | 65.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 36 | 0.30 | 0 | 0.53 | 0.70 | 93.66 | 0.36 | 0.22 |
| Hex | 36 | 4D | 24 | 1E | 0 | 35 | 46 | 5E | 24 | 16 |
| Octal | 66 | 115 | 44 | 36 | 0 | 65 | 106 | 136 | 44 | 26 |
| Binary | 110110 | 1001101 | 100100 | 11110 | 0 | 110101 | 1000110 | 1011110 | 100100 | 10110 |
Color Harmonies of #364D24
Complementary color
Monochromatic Colors of #364D24
Black with #364D24
Text Example
Text Example
White with #364D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D24; }
p { color: rgb(54,77,36); }
H1.HeaderClassName
{
color: #364D24;
}
.AnyTagClassName
{
color: #364D24;
}
</style>
background-color css
<style>
a { background-color: #364D24; }
a { background-color: rgb(54,77,36); }
div.DivClassName
{
background-color: #364D24;
}
.BgClassName
{
background-color: #364D24;
}
</style>
border-color css
<style>
span { border-color: #364D24; }
span { border-color: rgb(54,77,36); }
td.TdClassName
{
border-color: #364D24;
}
.TagClassName
{
border-color: #364D24;
}
</style>