Shades of Myrtle #134E16
Tints of Myrtle #134E16
RGB
CMYK
RGB Variations
Color information
#134E16 (or 0x134E16) is known color: Myrtle. HEX triplet: 13, 4E and 16. RGB value is (19,78,22). Sum of RGB (Red+Green+Blue) = 19+78+22=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 78 (30.86% from 255 or 65.55% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 78 - color contains mainly: green. Hex color #134E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E16 is #ECB1E9. Grayscale: #363636. Windows color (decimal): -15512042 or 1461779. OLE color: 1461779.
HSL color Cylindrical-coordinate representation of color #134E16: hue angle of 123.05º 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 #134E16 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 22 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.69 |
| HSL | 123.05º | 0.61% | 0.19% | - |
| HSV(B) | 123.05º | 0.76% | 0.31% | - |
| XYZ | 3.14 | 5.65 | 1.68 | - |
| YUV | 53.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 22 | 0.76 | 0 | 0.72 | 0.69 | 123.05 | 0.61 | 0.19 |
| Hex | 13 | 4E | 16 | 4C | 0 | 48 | 45 | 7B | 3D | 13 |
| Octal | 23 | 116 | 26 | 114 | 0 | 110 | 105 | 173 | 75 | 23 |
| Binary | 10011 | 1001110 | 10110 | 1001100 | 0 | 1001000 | 1000101 | 1111011 | 111101 | 10011 |
Color Harmonies of #134E16
Complementary color
Monochromatic Colors of #134E16
Black with #134E16
Text Example
Text Example
White with #134E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E16; }
p { color: rgb(19,78,22); }
H1.HeaderClassName
{
color: #134E16;
}
.AnyTagClassName
{
color: #134E16;
}
</style>
background-color css
<style>
a { background-color: #134E16; }
a { background-color: rgb(19,78,22); }
div.DivClassName
{
background-color: #134E16;
}
.BgClassName
{
background-color: #134E16;
}
</style>
border-color css
<style>
span { border-color: #134E16; }
span { border-color: rgb(19,78,22); }
td.TdClassName
{
border-color: #134E16;
}
.TagClassName
{
border-color: #134E16;
}
</style>