Shades of Myrtle #134E15
Tints of Myrtle #134E15
RGB
CMYK
RGB Variations
Color information
#134E15 (or 0x134E15) is known color: Myrtle. HEX triplet: 13, 4E and 15. RGB value is (19,78,21). Sum of RGB (Red+Green+Blue) = 19+78+21=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 78 (30.86% from 255 or 66.10% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 78 - color contains mainly: green. Hex color #134E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E15 is #ECB1EA. Grayscale: #363636. Windows color (decimal): -15512043 or 1396243. OLE color: 1396243.
HSL color Cylindrical-coordinate representation of color #134E15: hue angle of 122.03º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134E15 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 21 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.69 |
| HSL | 122.03º | 0.61% | 0.19% | - |
| HSV(B) | 122.03º | 0.76% | 0.31% | - |
| XYZ | 3.13 | 5.64 | 1.63 | - |
| YUV | 53.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 21 | 0.76 | 0 | 0.73 | 0.69 | 122.03 | 0.61 | 0.19 |
| Hex | 13 | 4E | 15 | 4C | 0 | 49 | 45 | 7A | 3D | 13 |
| Octal | 23 | 116 | 25 | 114 | 0 | 111 | 105 | 172 | 75 | 23 |
| Binary | 10011 | 1001110 | 10101 | 1001100 | 0 | 1001001 | 1000101 | 1111010 | 111101 | 10011 |
Color Harmonies of #134E15
Complementary color
Monochromatic Colors of #134E15
Black with #134E15
Text Example
Text Example
White with #134E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E15; }
p { color: rgb(19,78,21); }
H1.HeaderClassName
{
color: #134E15;
}
.AnyTagClassName
{
color: #134E15;
}
</style>
background-color css
<style>
a { background-color: #134E15; }
a { background-color: rgb(19,78,21); }
div.DivClassName
{
background-color: #134E15;
}
.BgClassName
{
background-color: #134E15;
}
</style>
border-color css
<style>
span { border-color: #134E15; }
span { border-color: rgb(19,78,21); }
td.TdClassName
{
border-color: #134E15;
}
.TagClassName
{
border-color: #134E15;
}
</style>