Shades of Myrtle #134E00
Tints of Myrtle #134E00
RGB
CMYK
RGB Variations
Color information
#134E00 (or 0x134E00) is known color: Myrtle. HEX triplet: 13, 4E and 00. RGB value is (19,78,0). Sum of RGB (Red+Green+Blue) = 19+78+0=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 78 (30.86% from 255 or 80.41% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 78 - color contains mainly: green. Hex color #134E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E00 is #ECB1FF. Grayscale: #333333. Windows color (decimal): -15512064 or 19987. OLE color: 19987.
HSL color Cylindrical-coordinate representation of color #134E00: hue angle of 105.38º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #134E00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.69 |
| HSL | 105.38º | 1% | 0.15% | - |
| HSV(B) | 105.38º | 1% | 0.31% | - |
| XYZ | 2.99 | 5.59 | 0.92 | - |
| YUV | 51.47 | 98.95 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 0 | 0.76 | 0 | 1 | 0.69 | 105.38 | 1 | 0.15 |
| Hex | 13 | 4E | 0 | 4C | 0 | 64 | 45 | 69 | 64 | F |
| Octal | 23 | 116 | 0 | 114 | 0 | 144 | 105 | 151 | 144 | 17 |
| Binary | 10011 | 1001110 | 0 | 1001100 | 0 | 1100100 | 1000101 | 1101001 | 1100100 | 1111 |
Color Harmonies of #134E00
Complementary color
Monochromatic Colors of #134E00
Black with #134E00
Text Example
Text Example
White with #134E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E00; }
p { color: rgb(19,78,0); }
H1.HeaderClassName
{
color: #134E00;
}
.AnyTagClassName
{
color: #134E00;
}
</style>
background-color css
<style>
a { background-color: #134E00; }
a { background-color: rgb(19,78,0); }
div.DivClassName
{
background-color: #134E00;
}
.BgClassName
{
background-color: #134E00;
}
</style>
border-color css
<style>
span { border-color: #134E00; }
span { border-color: rgb(19,78,0); }
td.TdClassName
{
border-color: #134E00;
}
.TagClassName
{
border-color: #134E00;
}
</style>