Shades of Myrtle #124E18
Tints of Myrtle #124E18
RGB
CMYK
RGB Variations
Color information
#124E18 (or 0x124E18) is known color: Myrtle. HEX triplet: 12, 4E and 18. RGB value is (18,78,24). Sum of RGB (Red+Green+Blue) = 18+78+24=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #124E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E18 is #EDB1E7. Grayscale: #363636. Windows color (decimal): -15577576 or 1592850. OLE color: 1592850.
HSL color Cylindrical-coordinate representation of color #124E18: hue angle of 126º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E18 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 24 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.69 |
| HSL | 126º | 0.63% | 0.19% | - |
| HSV(B) | 126º | 0.77% | 0.31% | - |
| XYZ | 3.14 | 5.64 | 1.79 | - |
| YUV | 53.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 24 | 0.77 | 0 | 0.69 | 0.69 | 126 | 0.63 | 0.19 |
| Hex | 12 | 4E | 18 | 4D | 0 | 45 | 45 | 7E | 3E | 13 |
| Octal | 22 | 116 | 30 | 115 | 0 | 105 | 105 | 176 | 76 | 23 |
| Binary | 10010 | 1001110 | 11000 | 1001101 | 0 | 1000101 | 1000101 | 1111110 | 111110 | 10011 |
Color Harmonies of #124E18
Complementary color
Monochromatic Colors of #124E18
Black with #124E18
Text Example
Text Example
White with #124E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E18; }
p { color: rgb(18,78,24); }
H1.HeaderClassName
{
color: #124E18;
}
.AnyTagClassName
{
color: #124E18;
}
</style>
background-color css
<style>
a { background-color: #124E18; }
a { background-color: rgb(18,78,24); }
div.DivClassName
{
background-color: #124E18;
}
.BgClassName
{
background-color: #124E18;
}
</style>
border-color css
<style>
span { border-color: #124E18; }
span { border-color: rgb(18,78,24); }
td.TdClassName
{
border-color: #124E18;
}
.TagClassName
{
border-color: #124E18;
}
</style>