Shades of Myrtle #135D17
Tints of Myrtle #135D17
RGB
CMYK
RGB Variations
Color information
#135D17 (or 0x135D17) is known color: Myrtle. HEX triplet: 13, 5D and 17. RGB value is (19,93,23). Sum of RGB (Red+Green+Blue) = 19+93+23=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #135D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135D17 is #ECA2E8. Grayscale: #3F3F3F. Windows color (decimal): -15508201 or 1531155. OLE color: 1531155.
HSL color Cylindrical-coordinate representation of color #135D17: hue angle of 123.24º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135D17 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 93 | 23 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.64 |
| HSL | 123.24º | 0.66% | 0.22% | - |
| HSV(B) | 123.24º | 0.8% | 0.36% | - |
| XYZ | 4.34 | 8.03 | 2.13 | - |
| YUV | 62.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 93 | 23 | 0.80 | 0 | 0.75 | 0.64 | 123.24 | 0.66 | 0.22 |
| Hex | 13 | 5D | 17 | 50 | 0 | 4B | 40 | 7B | 42 | 16 |
| Octal | 23 | 135 | 27 | 120 | 0 | 113 | 100 | 173 | 102 | 26 |
| Binary | 10011 | 1011101 | 10111 | 1010000 | 0 | 1001011 | 1000000 | 1111011 | 1000010 | 10110 |
Color Harmonies of #135D17
Complementary color
Monochromatic Colors of #135D17
Black with #135D17
Text Example
Text Example
White with #135D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135D17; }
p { color: rgb(19,93,23); }
H1.HeaderClassName
{
color: #135D17;
}
.AnyTagClassName
{
color: #135D17;
}
</style>
background-color css
<style>
a { background-color: #135D17; }
a { background-color: rgb(19,93,23); }
div.DivClassName
{
background-color: #135D17;
}
.BgClassName
{
background-color: #135D17;
}
</style>
border-color css
<style>
span { border-color: #135D17; }
span { border-color: rgb(19,93,23); }
td.TdClassName
{
border-color: #135D17;
}
.TagClassName
{
border-color: #135D17;
}
</style>