Shades of Myrtle #245D00
Tints of Myrtle #245D00
RGB
CMYK
RGB Variations
Color information
#245D00 (or 0x245D00) is known color: Myrtle. HEX triplet: 24, 5D and 00. RGB value is (36,93,0). Sum of RGB (Red+Green+Blue) = 36+93+0=129 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.91% from 129); Green value is 93 (36.72% from 255 or 72.09% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 93 - color contains mainly: green. Hex color #245D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245D00 is #DBA2FF. Grayscale: #414141. Windows color (decimal): -14394112 or 23844. OLE color: 23844.
HSL color Cylindrical-coordinate representation of color #245D00: hue angle of 96.77º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #245D00 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.64 |
| HSL | 96.77º | 1% | 0.18% | - |
| HSV(B) | 96.77º | 1% | 0.36% | - |
| XYZ | 4.64 | 8.2 | 1.34 | - |
| YUV | 65.36 | 91.12 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 0 | 0.61 | 0 | 1 | 0.64 | 96.77 | 1 | 0.18 |
| Hex | 24 | 5D | 0 | 3D | 0 | 64 | 40 | 61 | 64 | 12 |
| Octal | 44 | 135 | 0 | 75 | 0 | 144 | 100 | 141 | 144 | 22 |
| Binary | 100100 | 1011101 | 0 | 111101 | 0 | 1100100 | 1000000 | 1100001 | 1100100 | 10010 |
Color Harmonies of #245D00
Complementary color
Monochromatic Colors of #245D00
Black with #245D00
Text Example
Text Example
White with #245D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D00; }
p { color: rgb(36,93,0); }
H1.HeaderClassName
{
color: #245D00;
}
.AnyTagClassName
{
color: #245D00;
}
</style>
background-color css
<style>
a { background-color: #245D00; }
a { background-color: rgb(36,93,0); }
div.DivClassName
{
background-color: #245D00;
}
.BgClassName
{
background-color: #245D00;
}
</style>
border-color css
<style>
span { border-color: #245D00; }
span { border-color: rgb(36,93,0); }
td.TdClassName
{
border-color: #245D00;
}
.TagClassName
{
border-color: #245D00;
}
</style>