Shades of Myrtle #124F13
Tints of Myrtle #124F13
RGB
CMYK
RGB Variations
Color information
#124F13 (or 0x124F13) is known color: Myrtle. HEX triplet: 12, 4F and 13. RGB value is (18,79,19). Sum of RGB (Red+Green+Blue) = 18+79+19=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 79 (31.25% from 255 or 68.10% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 79 - color contains mainly: green. Hex color #124F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #124F13 is #EDB0EC. Grayscale: #363636. Windows color (decimal): -15577325 or 1265426. OLE color: 1265426.
HSL color Cylindrical-coordinate representation of color #124F13: hue angle of 120.98º degrees, saturation: 0.63, 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 #124F13 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 79 | 19 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.69 |
| HSL | 120.98º | 0.63% | 0.19% | - |
| HSV(B) | 120.98º | 0.77% | 0.31% | - |
| XYZ | 3.16 | 5.77 | 1.56 | - |
| YUV | 53.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 19 | 0.77 | 0 | 0.76 | 0.69 | 120.98 | 0.63 | 0.19 |
| Hex | 12 | 4F | 13 | 4D | 0 | 4C | 45 | 79 | 3F | 13 |
| Octal | 22 | 117 | 23 | 115 | 0 | 114 | 105 | 171 | 77 | 23 |
| Binary | 10010 | 1001111 | 10011 | 1001101 | 0 | 1001100 | 1000101 | 1111001 | 111111 | 10011 |
Color Harmonies of #124F13
Complementary color
Monochromatic Colors of #124F13
Black with #124F13
Text Example
Text Example
White with #124F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F13; }
p { color: rgb(18,79,19); }
H1.HeaderClassName
{
color: #124F13;
}
.AnyTagClassName
{
color: #124F13;
}
</style>
background-color css
<style>
a { background-color: #124F13; }
a { background-color: rgb(18,79,19); }
div.DivClassName
{
background-color: #124F13;
}
.BgClassName
{
background-color: #124F13;
}
</style>
border-color css
<style>
span { border-color: #124F13; }
span { border-color: rgb(18,79,19); }
td.TdClassName
{
border-color: #124F13;
}
.TagClassName
{
border-color: #124F13;
}
</style>