Shades of Myrtle #135911
Tints of Myrtle #135911
RGB
CMYK
RGB Variations
Color information
#135911 (or 0x135911) is known color: Myrtle. HEX triplet: 13, 59 and 11. RGB value is (19,89,17). Sum of RGB (Red+Green+Blue) = 19+89+17=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 89 (35.16% from 255 or 71.2% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 89 - color contains mainly: green. Hex color #135911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135911 is #ECA6EE. Grayscale: #3C3C3C. Windows color (decimal): -15509231 or 1136915. OLE color: 1136915.
HSL color Cylindrical-coordinate representation of color #135911: hue angle of 118.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135911 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 89 | 17 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.65 |
| HSL | 118.33º | 0.68% | 0.21% | - |
| HSV(B) | 118.33º | 0.81% | 0.35% | - |
| XYZ | 3.94 | 7.32 | 1.74 | - |
| YUV | 59.86 | 103.81 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 17 | 0.79 | 0 | 0.81 | 0.65 | 118.33 | 0.68 | 0.21 |
| Hex | 13 | 59 | 11 | 4F | 0 | 51 | 41 | 76 | 44 | 15 |
| Octal | 23 | 131 | 21 | 117 | 0 | 121 | 101 | 166 | 104 | 25 |
| Binary | 10011 | 1011001 | 10001 | 1001111 | 0 | 1010001 | 1000001 | 1110110 | 1000100 | 10101 |
Color Harmonies of #135911
Complementary color
Monochromatic Colors of #135911
Black with #135911
Text Example
Text Example
White with #135911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135911; }
p { color: rgb(19,89,17); }
H1.HeaderClassName
{
color: #135911;
}
.AnyTagClassName
{
color: #135911;
}
</style>
background-color css
<style>
a { background-color: #135911; }
a { background-color: rgb(19,89,17); }
div.DivClassName
{
background-color: #135911;
}
.BgClassName
{
background-color: #135911;
}
</style>
border-color css
<style>
span { border-color: #135911; }
span { border-color: rgb(19,89,17); }
td.TdClassName
{
border-color: #135911;
}
.TagClassName
{
border-color: #135911;
}
</style>