Shades of Myrtle #245C07
Tints of Myrtle #245C07
RGB
CMYK
RGB Variations
Color information
#245C07 (or 0x245C07) is known color: Myrtle. HEX triplet: 24, 5C and 07. RGB value is (36,92,7). Sum of RGB (Red+Green+Blue) = 36+92+7=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #245C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245C07 is #DBA3F8. Grayscale: #414141. Windows color (decimal): -14394361 or 482340. OLE color: 482340.
HSL color Cylindrical-coordinate representation of color #245C07: hue angle of 99.53º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #245C07 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 7 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.64 |
| HSL | 99.53º | 0.86% | 0.19% | - |
| HSV(B) | 99.53º | 0.92% | 0.36% | - |
| XYZ | 4.59 | 8.04 | 1.51 | - |
| YUV | 65.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 7 | 0.61 | 0 | 0.92 | 0.64 | 99.53 | 0.86 | 0.19 |
| Hex | 24 | 5C | 7 | 3D | 0 | 5C | 40 | 64 | 56 | 13 |
| Octal | 44 | 134 | 7 | 75 | 0 | 134 | 100 | 144 | 126 | 23 |
| Binary | 100100 | 1011100 | 111 | 111101 | 0 | 1011100 | 1000000 | 1100100 | 1010110 | 10011 |
Color Harmonies of #245C07
Complementary color
Monochromatic Colors of #245C07
Black with #245C07
Text Example
Text Example
White with #245C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C07; }
p { color: rgb(36,92,7); }
H1.HeaderClassName
{
color: #245C07;
}
.AnyTagClassName
{
color: #245C07;
}
</style>
background-color css
<style>
a { background-color: #245C07; }
a { background-color: rgb(36,92,7); }
div.DivClassName
{
background-color: #245C07;
}
.BgClassName
{
background-color: #245C07;
}
</style>
border-color css
<style>
span { border-color: #245C07; }
span { border-color: rgb(36,92,7); }
td.TdClassName
{
border-color: #245C07;
}
.TagClassName
{
border-color: #245C07;
}
</style>