Shades of Myrtle #134F00
Tints of Myrtle #134F00
RGB
CMYK
RGB Variations
Color information
#134F00 (or 0x134F00) is known color: Myrtle. HEX triplet: 13, 4F and 00. RGB value is (19,79,0). Sum of RGB (Red+Green+Blue) = 19+79+0=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 79 (31.25% from 255 or 80.61% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 79 - color contains mainly: green. Hex color #134F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134F00 is #ECB0FF. Grayscale: #343434. Windows color (decimal): -15511808 or 20243. OLE color: 20243.
HSL color Cylindrical-coordinate representation of color #134F00: hue angle of 105.57º 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 #134F00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.69 |
| HSL | 105.57º | 1% | 0.15% | - |
| HSV(B) | 105.57º | 1% | 0.31% | - |
| XYZ | 3.06 | 5.73 | 0.94 | - |
| YUV | 52.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 0 | 0.76 | 0 | 1 | 0.69 | 105.57 | 1 | 0.15 |
| Hex | 13 | 4F | 0 | 4C | 0 | 64 | 45 | 6A | 64 | F |
| Octal | 23 | 117 | 0 | 114 | 0 | 144 | 105 | 152 | 144 | 17 |
| Binary | 10011 | 1001111 | 0 | 1001100 | 0 | 1100100 | 1000101 | 1101010 | 1100100 | 1111 |
Color Harmonies of #134F00
Complementary color
Monochromatic Colors of #134F00
Black with #134F00
Text Example
Text Example
White with #134F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F00; }
p { color: rgb(19,79,0); }
H1.HeaderClassName
{
color: #134F00;
}
.AnyTagClassName
{
color: #134F00;
}
</style>
background-color css
<style>
a { background-color: #134F00; }
a { background-color: rgb(19,79,0); }
div.DivClassName
{
background-color: #134F00;
}
.BgClassName
{
background-color: #134F00;
}
</style>
border-color css
<style>
span { border-color: #134F00; }
span { border-color: rgb(19,79,0); }
td.TdClassName
{
border-color: #134F00;
}
.TagClassName
{
border-color: #134F00;
}
</style>