Shades of Myrtle #135015
Tints of Myrtle #135015
RGB
CMYK
RGB Variations
Color information
#135015 (or 0x135015) is known color: Myrtle. HEX triplet: 13, 50 and 15. RGB value is (19,80,21). Sum of RGB (Red+Green+Blue) = 19+80+21=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #135015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135015 is #ECAFEA. Grayscale: #373737. Windows color (decimal): -15511531 or 1396755. OLE color: 1396755.
HSL color Cylindrical-coordinate representation of color #135015: hue angle of 121.97º degrees, saturation: 0.62, 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 #135015 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 21 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.69 |
| HSL | 121.97º | 0.62% | 0.19% | - |
| HSV(B) | 121.97º | 0.76% | 0.31% | - |
| XYZ | 3.27 | 5.93 | 1.68 | - |
| YUV | 55.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 21 | 0.76 | 0 | 0.74 | 0.69 | 121.97 | 0.62 | 0.19 |
| Hex | 13 | 50 | 15 | 4C | 0 | 4A | 45 | 7A | 3E | 13 |
| Octal | 23 | 120 | 25 | 114 | 0 | 112 | 105 | 172 | 76 | 23 |
| Binary | 10011 | 1010000 | 10101 | 1001100 | 0 | 1001010 | 1000101 | 1111010 | 111110 | 10011 |
Color Harmonies of #135015
Complementary color
Monochromatic Colors of #135015
Black with #135015
Text Example
Text Example
White with #135015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135015; }
p { color: rgb(19,80,21); }
H1.HeaderClassName
{
color: #135015;
}
.AnyTagClassName
{
color: #135015;
}
</style>
background-color css
<style>
a { background-color: #135015; }
a { background-color: rgb(19,80,21); }
div.DivClassName
{
background-color: #135015;
}
.BgClassName
{
background-color: #135015;
}
</style>
border-color css
<style>
span { border-color: #135015; }
span { border-color: rgb(19,80,21); }
td.TdClassName
{
border-color: #135015;
}
.TagClassName
{
border-color: #135015;
}
</style>