Shades of Myrtle #244024
Tints of Myrtle #244024
RGB
CMYK
RGB Variations
Color information
#244024 (or 0x244024) is known color: Myrtle. HEX triplet: 24, 40 and 24. RGB value is (36,64,36). Sum of RGB (Red+Green+Blue) = 36+64+36=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #244024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244024 is #DBBFDB. Grayscale: #343434. Windows color (decimal): -14401500 or 2375716. OLE color: 2375716.
HSL color Cylindrical-coordinate representation of color #244024: hue angle of 120º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #244024 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 64 | 36 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.75 |
| HSL | 120º | 0.28% | 0.2% | - |
| HSV(B) | 120º | 0.44% | 0.25% | - |
| XYZ | 2.88 | 4.17 | 2.32 | - |
| YUV | 52.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 36 | 0.44 | 0 | 0.44 | 0.75 | 120 | 0.28 | 0.2 |
| Hex | 24 | 40 | 24 | 2C | 0 | 2C | 4B | 78 | 1C | 14 |
| Octal | 44 | 100 | 44 | 54 | 0 | 54 | 113 | 170 | 34 | 24 |
| Binary | 100100 | 1000000 | 100100 | 101100 | 0 | 101100 | 1001011 | 1111000 | 11100 | 10100 |
Color Harmonies of #244024
Complementary color
Monochromatic Colors of #244024
Black with #244024
Text Example
Text Example
White with #244024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244024; }
p { color: rgb(36,64,36); }
H1.HeaderClassName
{
color: #244024;
}
.AnyTagClassName
{
color: #244024;
}
</style>
background-color css
<style>
a { background-color: #244024; }
a { background-color: rgb(36,64,36); }
div.DivClassName
{
background-color: #244024;
}
.BgClassName
{
background-color: #244024;
}
</style>
border-color css
<style>
span { border-color: #244024; }
span { border-color: rgb(36,64,36); }
td.TdClassName
{
border-color: #244024;
}
.TagClassName
{
border-color: #244024;
}
</style>