Shades of Myrtle #134D00
Tints of Myrtle #134D00
RGB
CMYK
RGB Variations
Color information
#134D00 (or 0x134D00) is known color: Myrtle. HEX triplet: 13, 4D and 00. RGB value is (19,77,0). Sum of RGB (Red+Green+Blue) = 19+77+0=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 77 (30.47% from 255 or 80.21% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 77 - color contains mainly: green. Hex color #134D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134D00 is #ECB2FF. Grayscale: #333333. Windows color (decimal): -15512320 or 19731. OLE color: 19731.
HSL color Cylindrical-coordinate representation of color #134D00: hue angle of 105.19º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #134D00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 77 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.70 |
| HSL | 105.19º | 1% | 0.15% | - |
| HSV(B) | 105.19º | 1% | 0.3% | - |
| XYZ | 2.92 | 5.45 | 0.9 | - |
| YUV | 50.88 | 99.28 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 0 | 0.75 | 0 | 1 | 0.70 | 105.19 | 1 | 0.15 |
| Hex | 13 | 4D | 0 | 4B | 0 | 64 | 46 | 69 | 64 | F |
| Octal | 23 | 115 | 0 | 113 | 0 | 144 | 106 | 151 | 144 | 17 |
| Binary | 10011 | 1001101 | 0 | 1001011 | 0 | 1100100 | 1000110 | 1101001 | 1100100 | 1111 |
Color Harmonies of #134D00
Complementary color
Monochromatic Colors of #134D00
Black with #134D00
Text Example
Text Example
White with #134D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D00; }
p { color: rgb(19,77,0); }
H1.HeaderClassName
{
color: #134D00;
}
.AnyTagClassName
{
color: #134D00;
}
</style>
background-color css
<style>
a { background-color: #134D00; }
a { background-color: rgb(19,77,0); }
div.DivClassName
{
background-color: #134D00;
}
.BgClassName
{
background-color: #134D00;
}
</style>
border-color css
<style>
span { border-color: #134D00; }
span { border-color: rgb(19,77,0); }
td.TdClassName
{
border-color: #134D00;
}
.TagClassName
{
border-color: #134D00;
}
</style>