Shades of Myrtle #124D13
Tints of Myrtle #124D13
RGB
CMYK
RGB Variations
Color information
#124D13 (or 0x124D13) is known color: Myrtle. HEX triplet: 12, 4D and 13. RGB value is (18,77,19). Sum of RGB (Red+Green+Blue) = 18+77+19=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 77 (30.47% from 255 or 67.54% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 77 - color contains mainly: green. Hex color #124D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124D13 is #EDB2EC. Grayscale: #343434. Windows color (decimal): -15577837 or 1264914. OLE color: 1264914.
HSL color Cylindrical-coordinate representation of color #124D13: hue angle of 121.02º 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 #124D13 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 77 | 19 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.70 |
| HSL | 121.02º | 0.62% | 0.19% | - |
| HSV(B) | 121.02º | 0.77% | 0.3% | - |
| XYZ | 3.02 | 5.48 | 1.52 | - |
| YUV | 52.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 19 | 0.77 | 0 | 0.75 | 0.70 | 121.02 | 0.62 | 0.19 |
| Hex | 12 | 4D | 13 | 4D | 0 | 4B | 46 | 79 | 3E | 13 |
| Octal | 22 | 115 | 23 | 115 | 0 | 113 | 106 | 171 | 76 | 23 |
| Binary | 10010 | 1001101 | 10011 | 1001101 | 0 | 1001011 | 1000110 | 1111001 | 111110 | 10011 |
Color Harmonies of #124D13
Complementary color
Monochromatic Colors of #124D13
Black with #124D13
Text Example
Text Example
White with #124D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124D13; }
p { color: rgb(18,77,19); }
H1.HeaderClassName
{
color: #124D13;
}
.AnyTagClassName
{
color: #124D13;
}
</style>
background-color css
<style>
a { background-color: #124D13; }
a { background-color: rgb(18,77,19); }
div.DivClassName
{
background-color: #124D13;
}
.BgClassName
{
background-color: #124D13;
}
</style>
border-color css
<style>
span { border-color: #124D13; }
span { border-color: rgb(18,77,19); }
td.TdClassName
{
border-color: #124D13;
}
.TagClassName
{
border-color: #124D13;
}
</style>