Shades of Myrtle #135910
Tints of Myrtle #135910
RGB
CMYK
RGB Variations
Color information
#135910 (or 0x135910) is known color: Myrtle. HEX triplet: 13, 59 and 10. RGB value is (19,89,16). Sum of RGB (Red+Green+Blue) = 19+89+16=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 89 (35.16% from 255 or 71.77% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 89 - color contains mainly: green. Hex color #135910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135910 is #ECA6EF. Grayscale: #3B3B3B. Windows color (decimal): -15509232 or 1071379. OLE color: 1071379.
HSL color Cylindrical-coordinate representation of color #135910: hue angle of 117.53º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #135910 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 89 | 16 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.65 |
| HSL | 117.53º | 0.7% | 0.21% | - |
| HSV(B) | 117.53º | 0.82% | 0.35% | - |
| XYZ | 3.93 | 7.32 | 1.7 | - |
| YUV | 59.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 16 | 0.79 | 0 | 0.82 | 0.65 | 117.53 | 0.7 | 0.21 |
| Hex | 13 | 59 | 10 | 4F | 0 | 52 | 41 | 76 | 46 | 15 |
| Octal | 23 | 131 | 20 | 117 | 0 | 122 | 101 | 166 | 106 | 25 |
| Binary | 10011 | 1011001 | 10000 | 1001111 | 0 | 1010010 | 1000001 | 1110110 | 1000110 | 10101 |
Color Harmonies of #135910
Complementary color
Monochromatic Colors of #135910
Black with #135910
Text Example
Text Example
White with #135910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135910; }
p { color: rgb(19,89,16); }
H1.HeaderClassName
{
color: #135910;
}
.AnyTagClassName
{
color: #135910;
}
</style>
background-color css
<style>
a { background-color: #135910; }
a { background-color: rgb(19,89,16); }
div.DivClassName
{
background-color: #135910;
}
.BgClassName
{
background-color: #135910;
}
</style>
border-color css
<style>
span { border-color: #135910; }
span { border-color: rgb(19,89,16); }
td.TdClassName
{
border-color: #135910;
}
.TagClassName
{
border-color: #135910;
}
</style>