Shades of Myrtle #245C15
Tints of Myrtle #245C15
RGB
CMYK
RGB Variations
Color information
#245C15 (or 0x245C15) is known color: Myrtle. HEX triplet: 24, 5C and 15. RGB value is (36,92,21). Sum of RGB (Red+Green+Blue) = 36+92+21=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 92 (36.33% from 255 or 61.74% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 92 - color contains mainly: green. Hex color #245C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245C15 is #DBA3EA. Grayscale: #434343. Windows color (decimal): -14394347 or 1399844. OLE color: 1399844.
HSL color Cylindrical-coordinate representation of color #245C15: hue angle of 107.32º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #245C15 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 21 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.64 |
| HSL | 107.32º | 0.63% | 0.22% | - |
| HSV(B) | 107.32º | 0.77% | 0.36% | - |
| XYZ | 4.69 | 8.08 | 2.02 | - |
| YUV | 67.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 21 | 0.61 | 0 | 0.77 | 0.64 | 107.32 | 0.63 | 0.22 |
| Hex | 24 | 5C | 15 | 3D | 0 | 4D | 40 | 6B | 3F | 16 |
| Octal | 44 | 134 | 25 | 75 | 0 | 115 | 100 | 153 | 77 | 26 |
| Binary | 100100 | 1011100 | 10101 | 111101 | 0 | 1001101 | 1000000 | 1101011 | 111111 | 10110 |
Color Harmonies of #245C15
Complementary color
Monochromatic Colors of #245C15
Black with #245C15
Text Example
Text Example
White with #245C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C15; }
p { color: rgb(36,92,21); }
H1.HeaderClassName
{
color: #245C15;
}
.AnyTagClassName
{
color: #245C15;
}
</style>
background-color css
<style>
a { background-color: #245C15; }
a { background-color: rgb(36,92,21); }
div.DivClassName
{
background-color: #245C15;
}
.BgClassName
{
background-color: #245C15;
}
</style>
border-color css
<style>
span { border-color: #245C15; }
span { border-color: rgb(36,92,21); }
td.TdClassName
{
border-color: #245C15;
}
.TagClassName
{
border-color: #245C15;
}
</style>