Shades of Myrtle #136010
Tints of Myrtle #136010
RGB
CMYK
RGB Variations
Color information
#136010 (or 0x136010) is known color: Myrtle. HEX triplet: 13, 60 and 10. RGB value is (19,96,16). Sum of RGB (Red+Green+Blue) = 19+96+16=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #136010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136010 is #EC9FEF. Grayscale: #404040. Windows color (decimal): -15507440 or 1073171. OLE color: 1073171.
HSL color Cylindrical-coordinate representation of color #136010: hue angle of 117.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136010 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 96 | 16 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.62 |
| HSL | 117.75º | 0.71% | 0.22% | - |
| HSV(B) | 117.75º | 0.83% | 0.38% | - |
| XYZ | 4.54 | 8.54 | 1.9 | - |
| YUV | 63.86 | 100.99 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 16 | 0.80 | 0 | 0.83 | 0.62 | 117.75 | 0.71 | 0.22 |
| Hex | 13 | 60 | 10 | 50 | 0 | 53 | 3E | 76 | 47 | 16 |
| Octal | 23 | 140 | 20 | 120 | 0 | 123 | 76 | 166 | 107 | 26 |
| Binary | 10011 | 1100000 | 10000 | 1010000 | 0 | 1010011 | 111110 | 1110110 | 1000111 | 10110 |
Color Harmonies of #136010
Complementary color
Monochromatic Colors of #136010
Black with #136010
Text Example
Text Example
White with #136010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136010; }
p { color: rgb(19,96,16); }
H1.HeaderClassName
{
color: #136010;
}
.AnyTagClassName
{
color: #136010;
}
</style>
background-color css
<style>
a { background-color: #136010; }
a { background-color: rgb(19,96,16); }
div.DivClassName
{
background-color: #136010;
}
.BgClassName
{
background-color: #136010;
}
</style>
border-color css
<style>
span { border-color: #136010; }
span { border-color: rgb(19,96,16); }
td.TdClassName
{
border-color: #136010;
}
.TagClassName
{
border-color: #136010;
}
</style>