Shades of Myrtle #245524
Tints of Myrtle #245524
RGB
CMYK
RGB Variations
Color information
#245524 (or 0x245524) is known color: Myrtle. HEX triplet: 24, 55 and 24. RGB value is (36,85,36). Sum of RGB (Red+Green+Blue) = 36+85+36=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #245524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245524 is #DBAADB. Grayscale: #404040. Windows color (decimal): -14396124 or 2381092. OLE color: 2381092.
HSL color Cylindrical-coordinate representation of color #245524: hue angle of 120º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245524 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 36 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.67 |
| HSL | 120º | 0.4% | 0.24% | - |
| HSV(B) | 120º | 0.58% | 0.33% | - |
| XYZ | 4.29 | 7 | 2.79 | - |
| YUV | 64.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 36 | 0.58 | 0 | 0.58 | 0.67 | 120 | 0.4 | 0.24 |
| Hex | 24 | 55 | 24 | 3A | 0 | 3A | 43 | 78 | 28 | 18 |
| Octal | 44 | 125 | 44 | 72 | 0 | 72 | 103 | 170 | 50 | 30 |
| Binary | 100100 | 1010101 | 100100 | 111010 | 0 | 111010 | 1000011 | 1111000 | 101000 | 11000 |
Color Harmonies of #245524
Complementary color
Monochromatic Colors of #245524
Black with #245524
Text Example
Text Example
White with #245524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245524; }
p { color: rgb(36,85,36); }
H1.HeaderClassName
{
color: #245524;
}
.AnyTagClassName
{
color: #245524;
}
</style>
background-color css
<style>
a { background-color: #245524; }
a { background-color: rgb(36,85,36); }
div.DivClassName
{
background-color: #245524;
}
.BgClassName
{
background-color: #245524;
}
</style>
border-color css
<style>
span { border-color: #245524; }
span { border-color: rgb(36,85,36); }
td.TdClassName
{
border-color: #245524;
}
.TagClassName
{
border-color: #245524;
}
</style>