Shades of Myrtle #136011
Tints of Myrtle #136011
RGB
CMYK
RGB Variations
Color information
#136011 (or 0x136011) is known color: Myrtle. HEX triplet: 13, 60 and 11. RGB value is (19,96,17). Sum of RGB (Red+Green+Blue) = 19+96+17=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #136011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136011 is #EC9FEE. Grayscale: #404040. Windows color (decimal): -15507439 or 1138707. OLE color: 1138707.
HSL color Cylindrical-coordinate representation of color #136011: hue angle of 118.48º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136011 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 96 | 17 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.62 |
| HSL | 118.48º | 0.7% | 0.22% | - |
| HSV(B) | 118.48º | 0.82% | 0.38% | - |
| XYZ | 4.55 | 8.54 | 1.94 | - |
| YUV | 63.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 17 | 0.80 | 0 | 0.82 | 0.62 | 118.48 | 0.7 | 0.22 |
| Hex | 13 | 60 | 11 | 50 | 0 | 52 | 3E | 76 | 46 | 16 |
| Octal | 23 | 140 | 21 | 120 | 0 | 122 | 76 | 166 | 106 | 26 |
| Binary | 10011 | 1100000 | 10001 | 1010000 | 0 | 1010010 | 111110 | 1110110 | 1000110 | 10110 |
Color Harmonies of #136011
Complementary color
Monochromatic Colors of #136011
Black with #136011
Text Example
Text Example
White with #136011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136011; }
p { color: rgb(19,96,17); }
H1.HeaderClassName
{
color: #136011;
}
.AnyTagClassName
{
color: #136011;
}
</style>
background-color css
<style>
a { background-color: #136011; }
a { background-color: rgb(19,96,17); }
div.DivClassName
{
background-color: #136011;
}
.BgClassName
{
background-color: #136011;
}
</style>
border-color css
<style>
span { border-color: #136011; }
span { border-color: rgb(19,96,17); }
td.TdClassName
{
border-color: #136011;
}
.TagClassName
{
border-color: #136011;
}
</style>