Shades of Myrtle #134E17
Tints of Myrtle #134E17
RGB
CMYK
RGB Variations
Color information
#134E17 (or 0x134E17) is known color: Myrtle. HEX triplet: 13, 4E and 17. RGB value is (19,78,23). Sum of RGB (Red+Green+Blue) = 19+78+23=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #134E17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E17 is #ECB1E8. Grayscale: #363636. Windows color (decimal): -15512041 or 1527315. OLE color: 1527315.
HSL color Cylindrical-coordinate representation of color #134E17: hue angle of 124.07º 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 #134E17 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 23 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.69 |
| HSL | 124.07º | 0.61% | 0.19% | - |
| HSV(B) | 124.07º | 0.76% | 0.31% | - |
| XYZ | 3.15 | 5.65 | 1.74 | - |
| YUV | 54.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 23 | 0.76 | 0 | 0.71 | 0.69 | 124.07 | 0.61 | 0.19 |
| Hex | 13 | 4E | 17 | 4C | 0 | 47 | 45 | 7C | 3D | 13 |
| Octal | 23 | 116 | 27 | 114 | 0 | 107 | 105 | 174 | 75 | 23 |
| Binary | 10011 | 1001110 | 10111 | 1001100 | 0 | 1000111 | 1000101 | 1111100 | 111101 | 10011 |
Color Harmonies of #134E17
Complementary color
Monochromatic Colors of #134E17
Black with #134E17
Text Example
Text Example
White with #134E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E17; }
p { color: rgb(19,78,23); }
H1.HeaderClassName
{
color: #134E17;
}
.AnyTagClassName
{
color: #134E17;
}
</style>
background-color css
<style>
a { background-color: #134E17; }
a { background-color: rgb(19,78,23); }
div.DivClassName
{
background-color: #134E17;
}
.BgClassName
{
background-color: #134E17;
}
</style>
border-color css
<style>
span { border-color: #134E17; }
span { border-color: rgb(19,78,23); }
td.TdClassName
{
border-color: #134E17;
}
.TagClassName
{
border-color: #134E17;
}
</style>