Shades of Myrtle #124D18
Tints of Myrtle #124D18
RGB
CMYK
RGB Variations
Color information
#124D18 (or 0x124D18) is known color: Myrtle. HEX triplet: 12, 4D and 18. RGB value is (18,77,24). Sum of RGB (Red+Green+Blue) = 18+77+24=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 77 (30.47% from 255 or 64.71% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 77 - color contains mainly: green. Hex color #124D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D18 is #EDB2E7. Grayscale: #353535. Windows color (decimal): -15577832 or 1592594. OLE color: 1592594.
HSL color Cylindrical-coordinate representation of color #124D18: hue angle of 126.1º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D18 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 24 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.70 |
| HSL | 126.1º | 0.62% | 0.19% | - |
| HSV(B) | 126.1º | 0.77% | 0.3% | - |
| XYZ | 3.07 | 5.5 | 1.76 | - |
| YUV | 53.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 24 | 0.77 | 0 | 0.69 | 0.70 | 126.1 | 0.62 | 0.19 |
| Hex | 12 | 4D | 18 | 4D | 0 | 45 | 46 | 7E | 3E | 13 |
| Octal | 22 | 115 | 30 | 115 | 0 | 105 | 106 | 176 | 76 | 23 |
| Binary | 10010 | 1001101 | 11000 | 1001101 | 0 | 1000101 | 1000110 | 1111110 | 111110 | 10011 |
Color Harmonies of #124D18
Complementary color
Monochromatic Colors of #124D18
Black with #124D18
Text Example
Text Example
White with #124D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D18; }
p { color: rgb(18,77,24); }
H1.HeaderClassName
{
color: #124D18;
}
.AnyTagClassName
{
color: #124D18;
}
</style>
background-color css
<style>
a { background-color: #124D18; }
a { background-color: rgb(18,77,24); }
div.DivClassName
{
background-color: #124D18;
}
.BgClassName
{
background-color: #124D18;
}
</style>
border-color css
<style>
span { border-color: #124D18; }
span { border-color: rgb(18,77,24); }
td.TdClassName
{
border-color: #124D18;
}
.TagClassName
{
border-color: #124D18;
}
</style>