Shades of Myrtle #135A15
Tints of Myrtle #135A15
RGB
CMYK
RGB Variations
Color information
#135A15 (or 0x135A15) is known color: Myrtle. HEX triplet: 13, 5A and 15. RGB value is (19,90,21). Sum of RGB (Red+Green+Blue) = 19+90+21=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 90 (35.55% from 255 or 69.23% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 90 - color contains mainly: green. Hex color #135A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A15 is #ECA5EA. Grayscale: #3D3D3D. Windows color (decimal): -15508971 or 1399315. OLE color: 1399315.
HSL color Cylindrical-coordinate representation of color #135A15: hue angle of 121.69º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A15 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 21 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.65 |
| HSL | 121.69º | 0.65% | 0.21% | - |
| HSV(B) | 121.69º | 0.79% | 0.35% | - |
| XYZ | 4.06 | 7.5 | 1.94 | - |
| YUV | 60.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 21 | 0.79 | 0 | 0.77 | 0.65 | 121.69 | 0.65 | 0.21 |
| Hex | 13 | 5A | 15 | 4F | 0 | 4D | 41 | 7A | 41 | 15 |
| Octal | 23 | 132 | 25 | 117 | 0 | 115 | 101 | 172 | 101 | 25 |
| Binary | 10011 | 1011010 | 10101 | 1001111 | 0 | 1001101 | 1000001 | 1111010 | 1000001 | 10101 |
Color Harmonies of #135A15
Complementary color
Monochromatic Colors of #135A15
Black with #135A15
Text Example
Text Example
White with #135A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A15; }
p { color: rgb(19,90,21); }
H1.HeaderClassName
{
color: #135A15;
}
.AnyTagClassName
{
color: #135A15;
}
</style>
background-color css
<style>
a { background-color: #135A15; }
a { background-color: rgb(19,90,21); }
div.DivClassName
{
background-color: #135A15;
}
.BgClassName
{
background-color: #135A15;
}
</style>
border-color css
<style>
span { border-color: #135A15; }
span { border-color: rgb(19,90,21); }
td.TdClassName
{
border-color: #135A15;
}
.TagClassName
{
border-color: #135A15;
}
</style>