Shades of Myrtle #136115
Tints of Myrtle #136115
RGB
CMYK
RGB Variations
Color information
#136115 (or 0x136115) is known color: Myrtle. HEX triplet: 13, 61 and 15. RGB value is (19,97,21). Sum of RGB (Red+Green+Blue) = 19+97+21=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 97 (38.28% from 255 or 70.80% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 97 - color contains mainly: green. Hex color #136115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136115 is #EC9EEA. Grayscale: #414141. Windows color (decimal): -15507179 or 1401107. OLE color: 1401107.
HSL color Cylindrical-coordinate representation of color #136115: hue angle of 121.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136115 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 97 | 21 | - |
| CMYK | 0.80 | 0 | 0.78 | 0.62 |
| HSL | 121.54º | 0.67% | 0.23% | - |
| HSV(B) | 121.54º | 0.8% | 0.38% | - |
| XYZ | 4.68 | 8.74 | 2.15 | - |
| YUV | 65.01 | 103.16 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 21 | 0.80 | 0 | 0.78 | 0.62 | 121.54 | 0.67 | 0.23 |
| Hex | 13 | 61 | 15 | 50 | 0 | 4E | 3E | 7A | 43 | 17 |
| Octal | 23 | 141 | 25 | 120 | 0 | 116 | 76 | 172 | 103 | 27 |
| Binary | 10011 | 1100001 | 10101 | 1010000 | 0 | 1001110 | 111110 | 1111010 | 1000011 | 10111 |
Color Harmonies of #136115
Complementary color
Monochromatic Colors of #136115
Black with #136115
Text Example
Text Example
White with #136115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136115; }
p { color: rgb(19,97,21); }
H1.HeaderClassName
{
color: #136115;
}
.AnyTagClassName
{
color: #136115;
}
</style>
background-color css
<style>
a { background-color: #136115; }
a { background-color: rgb(19,97,21); }
div.DivClassName
{
background-color: #136115;
}
.BgClassName
{
background-color: #136115;
}
</style>
border-color css
<style>
span { border-color: #136115; }
span { border-color: rgb(19,97,21); }
td.TdClassName
{
border-color: #136115;
}
.TagClassName
{
border-color: #136115;
}
</style>