Shades of Myrtle #245A15
Tints of Myrtle #245A15
RGB
CMYK
RGB Variations
Color information
#245A15 (or 0x245A15) is known color: Myrtle. HEX triplet: 24, 5A and 15. RGB value is (36,90,21). Sum of RGB (Red+Green+Blue) = 36+90+21=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 90 (35.55% from 255 or 61.22% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 90 - color contains mainly: green. Hex color #245A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245A15 is #DBA5EA. Grayscale: #424242. Windows color (decimal): -14394859 or 1399332. OLE color: 1399332.
HSL color Cylindrical-coordinate representation of color #245A15: hue angle of 106.96º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #245A15 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 21 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.65 |
| HSL | 106.96º | 0.62% | 0.22% | - |
| HSV(B) | 106.96º | 0.77% | 0.35% | - |
| XYZ | 4.52 | 7.74 | 1.97 | - |
| YUV | 65.99 | 102.61 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 21 | 0.60 | 0 | 0.77 | 0.65 | 106.96 | 0.62 | 0.22 |
| Hex | 24 | 5A | 15 | 3C | 0 | 4D | 41 | 6B | 3E | 16 |
| Octal | 44 | 132 | 25 | 74 | 0 | 115 | 101 | 153 | 76 | 26 |
| Binary | 100100 | 1011010 | 10101 | 111100 | 0 | 1001101 | 1000001 | 1101011 | 111110 | 10110 |
Color Harmonies of #245A15
Complementary color
Monochromatic Colors of #245A15
Black with #245A15
Text Example
Text Example
White with #245A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A15; }
p { color: rgb(36,90,21); }
H1.HeaderClassName
{
color: #245A15;
}
.AnyTagClassName
{
color: #245A15;
}
</style>
background-color css
<style>
a { background-color: #245A15; }
a { background-color: rgb(36,90,21); }
div.DivClassName
{
background-color: #245A15;
}
.BgClassName
{
background-color: #245A15;
}
</style>
border-color css
<style>
span { border-color: #245A15; }
span { border-color: rgb(36,90,21); }
td.TdClassName
{
border-color: #245A15;
}
.TagClassName
{
border-color: #245A15;
}
</style>