Shades of Myrtle #134E18
Tints of Myrtle #134E18
RGB
CMYK
RGB Variations
Color information
#134E18 (or 0x134E18) is known color: Myrtle. HEX triplet: 13, 4E and 18. RGB value is (19,78,24). Sum of RGB (Red+Green+Blue) = 19+78+24=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 78 (30.86% from 255 or 64.46% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 78 - color contains mainly: green. Hex color #134E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E18 is #ECB1E7. Grayscale: #363636. Windows color (decimal): -15512040 or 1592851. OLE color: 1592851.
HSL color Cylindrical-coordinate representation of color #134E18: hue angle of 125.08º 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 #134E18 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 24 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.69 |
| HSL | 125.08º | 0.61% | 0.19% | - |
| HSV(B) | 125.08º | 0.76% | 0.31% | - |
| XYZ | 3.16 | 5.65 | 1.79 | - |
| YUV | 54.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 24 | 0.76 | 0 | 0.69 | 0.69 | 125.08 | 0.61 | 0.19 |
| Hex | 13 | 4E | 18 | 4C | 0 | 45 | 45 | 7D | 3D | 13 |
| Octal | 23 | 116 | 30 | 114 | 0 | 105 | 105 | 175 | 75 | 23 |
| Binary | 10011 | 1001110 | 11000 | 1001100 | 0 | 1000101 | 1000101 | 1111101 | 111101 | 10011 |
Color Harmonies of #134E18
Complementary color
Monochromatic Colors of #134E18
Black with #134E18
Text Example
Text Example
White with #134E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E18; }
p { color: rgb(19,78,24); }
H1.HeaderClassName
{
color: #134E18;
}
.AnyTagClassName
{
color: #134E18;
}
</style>
background-color css
<style>
a { background-color: #134E18; }
a { background-color: rgb(19,78,24); }
div.DivClassName
{
background-color: #134E18;
}
.BgClassName
{
background-color: #134E18;
}
</style>
border-color css
<style>
span { border-color: #134E18; }
span { border-color: rgb(19,78,24); }
td.TdClassName
{
border-color: #134E18;
}
.TagClassName
{
border-color: #134E18;
}
</style>