Shades of Myrtle #124E13
Tints of Myrtle #124E13
RGB
CMYK
RGB Variations
Color information
#124E13 (or 0x124E13) is known color: Myrtle. HEX triplet: 12, 4E and 13. RGB value is (18,78,19). Sum of RGB (Red+Green+Blue) = 18+78+19=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 78 (30.86% from 255 or 67.83% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 78 - color contains mainly: green. Hex color #124E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124E13 is #EDB1EC. Grayscale: #353535. Windows color (decimal): -15577581 or 1265170. OLE color: 1265170.
HSL color Cylindrical-coordinate representation of color #124E13: hue angle of 121º 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 #124E13 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 78 | 19 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.69 |
| HSL | 121º | 0.63% | 0.19% | - |
| HSV(B) | 121º | 0.77% | 0.31% | - |
| XYZ | 3.09 | 5.62 | 1.54 | - |
| YUV | 53.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 19 | 0.77 | 0 | 0.76 | 0.69 | 121 | 0.63 | 0.19 |
| Hex | 12 | 4E | 13 | 4D | 0 | 4C | 45 | 79 | 3E | 13 |
| Octal | 22 | 116 | 23 | 115 | 0 | 114 | 105 | 171 | 76 | 23 |
| Binary | 10010 | 1001110 | 10011 | 1001101 | 0 | 1001100 | 1000101 | 1111001 | 111110 | 10011 |
Color Harmonies of #124E13
Complementary color
Monochromatic Colors of #124E13
Black with #124E13
Text Example
Text Example
White with #124E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124E13; }
p { color: rgb(18,78,19); }
H1.HeaderClassName
{
color: #124E13;
}
.AnyTagClassName
{
color: #124E13;
}
</style>
background-color css
<style>
a { background-color: #124E13; }
a { background-color: rgb(18,78,19); }
div.DivClassName
{
background-color: #124E13;
}
.BgClassName
{
background-color: #124E13;
}
</style>
border-color css
<style>
span { border-color: #124E13; }
span { border-color: rgb(18,78,19); }
td.TdClassName
{
border-color: #124E13;
}
.TagClassName
{
border-color: #124E13;
}
</style>