Shades of Myrtle #134E10
Tints of Myrtle #134E10
RGB
CMYK
RGB Variations
Color information
#134E10 (or 0x134E10) is known color: Myrtle. HEX triplet: 13, 4E and 10. RGB value is (19,78,16). Sum of RGB (Red+Green+Blue) = 19+78+16=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 78 (30.86% from 255 or 69.03% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 78 - color contains mainly: green. Hex color #134E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E10 is #ECB1EF. Grayscale: #353535. Windows color (decimal): -15512048 or 1068563. OLE color: 1068563.
HSL color Cylindrical-coordinate representation of color #134E10: hue angle of 117.1º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #134E10 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 16 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.69 |
| HSL | 117.1º | 0.66% | 0.18% | - |
| HSV(B) | 117.1º | 0.79% | 0.31% | - |
| XYZ | 3.09 | 5.62 | 1.41 | - |
| YUV | 53.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 16 | 0.76 | 0 | 0.79 | 0.69 | 117.1 | 0.66 | 0.18 |
| Hex | 13 | 4E | 10 | 4C | 0 | 4F | 45 | 75 | 42 | 12 |
| Octal | 23 | 116 | 20 | 114 | 0 | 117 | 105 | 165 | 102 | 22 |
| Binary | 10011 | 1001110 | 10000 | 1001100 | 0 | 1001111 | 1000101 | 1110101 | 1000010 | 10010 |
Color Harmonies of #134E10
Complementary color
Monochromatic Colors of #134E10
Black with #134E10
Text Example
Text Example
White with #134E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E10; }
p { color: rgb(19,78,16); }
H1.HeaderClassName
{
color: #134E10;
}
.AnyTagClassName
{
color: #134E10;
}
</style>
background-color css
<style>
a { background-color: #134E10; }
a { background-color: rgb(19,78,16); }
div.DivClassName
{
background-color: #134E10;
}
.BgClassName
{
background-color: #134E10;
}
</style>
border-color css
<style>
span { border-color: #134E10; }
span { border-color: rgb(19,78,16); }
td.TdClassName
{
border-color: #134E10;
}
.TagClassName
{
border-color: #134E10;
}
</style>