Shades of Myrtle #135615
Tints of Myrtle #135615
RGB
CMYK
RGB Variations
Color information
#135615 (or 0x135615) is known color: Myrtle. HEX triplet: 13, 56 and 15. RGB value is (19,86,21). Sum of RGB (Red+Green+Blue) = 19+86+21=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 86 (33.98% from 255 or 68.25% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 86 - color contains mainly: green. Hex color #135615 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135615 is #ECA9EA. Grayscale: #3A3A3A. Windows color (decimal): -15509995 or 1398291. OLE color: 1398291.
HSL color Cylindrical-coordinate representation of color #135615: hue angle of 121.79º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135615 is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 21 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.66 |
| HSL | 121.79º | 0.64% | 0.21% | - |
| HSV(B) | 121.79º | 0.78% | 0.34% | - |
| XYZ | 3.73 | 6.85 | 1.83 | - |
| YUV | 58.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 21 | 0.78 | 0 | 0.76 | 0.66 | 121.79 | 0.64 | 0.21 |
| Hex | 13 | 56 | 15 | 4E | 0 | 4C | 42 | 7A | 40 | 15 |
| Octal | 23 | 126 | 25 | 116 | 0 | 114 | 102 | 172 | 100 | 25 |
| Binary | 10011 | 1010110 | 10101 | 1001110 | 0 | 1001100 | 1000010 | 1111010 | 1000000 | 10101 |
Color Harmonies of #135615
Complementary color
Monochromatic Colors of #135615
Black with #135615
Text Example
Text Example
White with #135615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135615; }
p { color: rgb(19,86,21); }
H1.HeaderClassName
{
color: #135615;
}
.AnyTagClassName
{
color: #135615;
}
</style>
background-color css
<style>
a { background-color: #135615; }
a { background-color: rgb(19,86,21); }
div.DivClassName
{
background-color: #135615;
}
.BgClassName
{
background-color: #135615;
}
</style>
border-color css
<style>
span { border-color: #135615; }
span { border-color: rgb(19,86,21); }
td.TdClassName
{
border-color: #135615;
}
.TagClassName
{
border-color: #135615;
}
</style>