Shades of Myrtle #135C15
Tints of Myrtle #135C15
RGB
CMYK
RGB Variations
Color information
#135C15 (or 0x135C15) is known color: Myrtle. HEX triplet: 13, 5C and 15. RGB value is (19,92,21). Sum of RGB (Red+Green+Blue) = 19+92+21=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #135C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135C15 is #ECA3EA. Grayscale: #3E3E3E. Windows color (decimal): -15508459 or 1399827. OLE color: 1399827.
HSL color Cylindrical-coordinate representation of color #135C15: hue angle of 121.64º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C15 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 21 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.64 |
| HSL | 121.64º | 0.66% | 0.22% | - |
| HSV(B) | 121.64º | 0.79% | 0.36% | - |
| XYZ | 4.23 | 7.85 | 2 | - |
| YUV | 62.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 21 | 0.79 | 0 | 0.77 | 0.64 | 121.64 | 0.66 | 0.22 |
| Hex | 13 | 5C | 15 | 4F | 0 | 4D | 40 | 7A | 42 | 16 |
| Octal | 23 | 134 | 25 | 117 | 0 | 115 | 100 | 172 | 102 | 26 |
| Binary | 10011 | 1011100 | 10101 | 1001111 | 0 | 1001101 | 1000000 | 1111010 | 1000010 | 10110 |
Color Harmonies of #135C15
Complementary color
Monochromatic Colors of #135C15
Black with #135C15
Text Example
Text Example
White with #135C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C15; }
p { color: rgb(19,92,21); }
H1.HeaderClassName
{
color: #135C15;
}
.AnyTagClassName
{
color: #135C15;
}
</style>
background-color css
<style>
a { background-color: #135C15; }
a { background-color: rgb(19,92,21); }
div.DivClassName
{
background-color: #135C15;
}
.BgClassName
{
background-color: #135C15;
}
</style>
border-color css
<style>
span { border-color: #135C15; }
span { border-color: rgb(19,92,21); }
td.TdClassName
{
border-color: #135C15;
}
.TagClassName
{
border-color: #135C15;
}
</style>