Shades of Myrtle #245D14
Tints of Myrtle #245D14
RGB
CMYK
RGB Variations
Color information
#245D14 (or 0x245D14) is known color: Myrtle. HEX triplet: 24, 5D and 14. RGB value is (36,93,20). Sum of RGB (Red+Green+Blue) = 36+93+20=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 93 (36.72% from 255 or 62.42% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 93 - color contains mainly: green. Hex color #245D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245D14 is #DBA2EB. Grayscale: #434343. Windows color (decimal): -14394092 or 1334564. OLE color: 1334564.
HSL color Cylindrical-coordinate representation of color #245D14: hue angle of 106.85º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #245D14 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 20 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.64 |
| HSL | 106.85º | 0.65% | 0.22% | - |
| HSV(B) | 106.85º | 0.78% | 0.36% | - |
| XYZ | 4.77 | 8.25 | 2 | - |
| YUV | 67.64 | 101.12 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 20 | 0.61 | 0 | 0.78 | 0.64 | 106.85 | 0.65 | 0.22 |
| Hex | 24 | 5D | 14 | 3D | 0 | 4E | 40 | 6B | 41 | 16 |
| Octal | 44 | 135 | 24 | 75 | 0 | 116 | 100 | 153 | 101 | 26 |
| Binary | 100100 | 1011101 | 10100 | 111101 | 0 | 1001110 | 1000000 | 1101011 | 1000001 | 10110 |
Color Harmonies of #245D14
Complementary color
Monochromatic Colors of #245D14
Black with #245D14
Text Example
Text Example
White with #245D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D14; }
p { color: rgb(36,93,20); }
H1.HeaderClassName
{
color: #245D14;
}
.AnyTagClassName
{
color: #245D14;
}
</style>
background-color css
<style>
a { background-color: #245D14; }
a { background-color: rgb(36,93,20); }
div.DivClassName
{
background-color: #245D14;
}
.BgClassName
{
background-color: #245D14;
}
</style>
border-color css
<style>
span { border-color: #245D14; }
span { border-color: rgb(36,93,20); }
td.TdClassName
{
border-color: #245D14;
}
.TagClassName
{
border-color: #245D14;
}
</style>