Shades of Myrtle #134E19
Tints of Myrtle #134E19
RGB
CMYK
RGB Variations
Color information
#134E19 (or 0x134E19) is known color: Myrtle. HEX triplet: 13, 4E and 19. RGB value is (19,78,25). Sum of RGB (Red+Green+Blue) = 19+78+25=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 78 (30.86% from 255 or 63.93% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 78 - color contains mainly: green. Hex color #134E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E19 is #ECB1E6. Grayscale: #363636. Windows color (decimal): -15512039 or 1658387. OLE color: 1658387.
HSL color Cylindrical-coordinate representation of color #134E19: hue angle of 126.1º 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 #134E19 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 25 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.69 |
| HSL | 126.1º | 0.61% | 0.19% | - |
| HSV(B) | 126.1º | 0.76% | 0.31% | - |
| XYZ | 3.17 | 5.66 | 1.84 | - |
| YUV | 54.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 25 | 0.76 | 0 | 0.68 | 0.69 | 126.1 | 0.61 | 0.19 |
| Hex | 13 | 4E | 19 | 4C | 0 | 44 | 45 | 7E | 3D | 13 |
| Octal | 23 | 116 | 31 | 114 | 0 | 104 | 105 | 176 | 75 | 23 |
| Binary | 10011 | 1001110 | 11001 | 1001100 | 0 | 1000100 | 1000101 | 1111110 | 111101 | 10011 |
Color Harmonies of #134E19
Complementary color
Monochromatic Colors of #134E19
Black with #134E19
Text Example
Text Example
White with #134E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E19; }
p { color: rgb(19,78,25); }
H1.HeaderClassName
{
color: #134E19;
}
.AnyTagClassName
{
color: #134E19;
}
</style>
background-color css
<style>
a { background-color: #134E19; }
a { background-color: rgb(19,78,25); }
div.DivClassName
{
background-color: #134E19;
}
.BgClassName
{
background-color: #134E19;
}
</style>
border-color css
<style>
span { border-color: #134E19; }
span { border-color: rgb(19,78,25); }
td.TdClassName
{
border-color: #134E19;
}
.TagClassName
{
border-color: #134E19;
}
</style>