Shades of Myrtle #245224
Tints of Myrtle #245224
RGB
CMYK
RGB Variations
Color information
#245224 (or 0x245224) is known color: Myrtle. HEX triplet: 24, 52 and 24. RGB value is (36,82,36). Sum of RGB (Red+Green+Blue) = 36+82+36=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #245224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245224 is #DBADDB. Grayscale: #3F3F3F. Windows color (decimal): -14396892 or 2380324. OLE color: 2380324.
HSL color Cylindrical-coordinate representation of color #245224: hue angle of 120º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245224 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 82 | 36 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.68 |
| HSL | 120º | 0.39% | 0.23% | - |
| HSV(B) | 120º | 0.56% | 0.32% | - |
| XYZ | 4.06 | 6.54 | 2.72 | - |
| YUV | 63 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 36 | 0.56 | 0 | 0.56 | 0.68 | 120 | 0.39 | 0.23 |
| Hex | 24 | 52 | 24 | 38 | 0 | 38 | 44 | 78 | 27 | 17 |
| Octal | 44 | 122 | 44 | 70 | 0 | 70 | 104 | 170 | 47 | 27 |
| Binary | 100100 | 1010010 | 100100 | 111000 | 0 | 111000 | 1000100 | 1111000 | 100111 | 10111 |
Color Harmonies of #245224
Complementary color
Monochromatic Colors of #245224
Black with #245224
Text Example
Text Example
White with #245224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245224; }
p { color: rgb(36,82,36); }
H1.HeaderClassName
{
color: #245224;
}
.AnyTagClassName
{
color: #245224;
}
</style>
background-color css
<style>
a { background-color: #245224; }
a { background-color: rgb(36,82,36); }
div.DivClassName
{
background-color: #245224;
}
.BgClassName
{
background-color: #245224;
}
</style>
border-color css
<style>
span { border-color: #245224; }
span { border-color: rgb(36,82,36); }
td.TdClassName
{
border-color: #245224;
}
.TagClassName
{
border-color: #245224;
}
</style>