Shades of Myrtle #134F14
Tints of Myrtle #134F14
RGB
CMYK
RGB Variations
Color information
#134F14 (or 0x134F14) is known color: Myrtle. HEX triplet: 13, 4F and 14. RGB value is (19,79,20). Sum of RGB (Red+Green+Blue) = 19+79+20=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 79 (31.25% from 255 or 66.95% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 79 - color contains mainly: green. Hex color #134F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134F14 is #ECB0EB. Grayscale: #363636. Windows color (decimal): -15511788 or 1330963. OLE color: 1330963.
HSL color Cylindrical-coordinate representation of color #134F14: hue angle of 121º 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 #134F14 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 20 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.69 |
| HSL | 121º | 0.61% | 0.19% | - |
| HSV(B) | 121º | 0.76% | 0.31% | - |
| XYZ | 3.19 | 5.78 | 1.61 | - |
| YUV | 54.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 20 | 0.76 | 0 | 0.75 | 0.69 | 121 | 0.61 | 0.19 |
| Hex | 13 | 4F | 14 | 4C | 0 | 4B | 45 | 79 | 3D | 13 |
| Octal | 23 | 117 | 24 | 114 | 0 | 113 | 105 | 171 | 75 | 23 |
| Binary | 10011 | 1001111 | 10100 | 1001100 | 0 | 1001011 | 1000101 | 1111001 | 111101 | 10011 |
Color Harmonies of #134F14
Complementary color
Monochromatic Colors of #134F14
Black with #134F14
Text Example
Text Example
White with #134F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F14; }
p { color: rgb(19,79,20); }
H1.HeaderClassName
{
color: #134F14;
}
.AnyTagClassName
{
color: #134F14;
}
</style>
background-color css
<style>
a { background-color: #134F14; }
a { background-color: rgb(19,79,20); }
div.DivClassName
{
background-color: #134F14;
}
.BgClassName
{
background-color: #134F14;
}
</style>
border-color css
<style>
span { border-color: #134F14; }
span { border-color: rgb(19,79,20); }
td.TdClassName
{
border-color: #134F14;
}
.TagClassName
{
border-color: #134F14;
}
</style>