Shades of Myrtle #136110
Tints of Myrtle #136110
RGB
CMYK
RGB Variations
Color information
#136110 (or 0x136110) is known color: Myrtle. HEX triplet: 13, 61 and 10. RGB value is (19,97,16). Sum of RGB (Red+Green+Blue) = 19+97+16=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 97 (38.28% from 255 or 73.48% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 97 - color contains mainly: green. Hex color #136110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136110 is #EC9EEF. Grayscale: #404040. Windows color (decimal): -15507184 or 1073427. OLE color: 1073427.
HSL color Cylindrical-coordinate representation of color #136110: hue angle of 117.78º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136110 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 97 | 16 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.62 |
| HSL | 117.78º | 0.72% | 0.22% | - |
| HSV(B) | 117.78º | 0.84% | 0.38% | - |
| XYZ | 4.64 | 8.73 | 1.93 | - |
| YUV | 64.44 | 100.66 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 16 | 0.80 | 0 | 0.84 | 0.62 | 117.78 | 0.72 | 0.22 |
| Hex | 13 | 61 | 10 | 50 | 0 | 54 | 3E | 76 | 48 | 16 |
| Octal | 23 | 141 | 20 | 120 | 0 | 124 | 76 | 166 | 110 | 26 |
| Binary | 10011 | 1100001 | 10000 | 1010000 | 0 | 1010100 | 111110 | 1110110 | 1001000 | 10110 |
Color Harmonies of #136110
Complementary color
Monochromatic Colors of #136110
Black with #136110
Text Example
Text Example
White with #136110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136110; }
p { color: rgb(19,97,16); }
H1.HeaderClassName
{
color: #136110;
}
.AnyTagClassName
{
color: #136110;
}
</style>
background-color css
<style>
a { background-color: #136110; }
a { background-color: rgb(19,97,16); }
div.DivClassName
{
background-color: #136110;
}
.BgClassName
{
background-color: #136110;
}
</style>
border-color css
<style>
span { border-color: #136110; }
span { border-color: rgb(19,97,16); }
td.TdClassName
{
border-color: #136110;
}
.TagClassName
{
border-color: #136110;
}
</style>