Shades of Myrtle #135E16
Tints of Myrtle #135E16
RGB
CMYK
RGB Variations
Color information
#135E16 (or 0x135E16) is known color: Myrtle. HEX triplet: 13, 5E and 16. RGB value is (19,94,22). Sum of RGB (Red+Green+Blue) = 19+94+22=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 94 (37.11% from 255 or 69.63% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 94 - color contains mainly: green. Hex color #135E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135E16 is #ECA1E9. Grayscale: #3F3F3F. Windows color (decimal): -15507946 or 1465875. OLE color: 1465875.
HSL color Cylindrical-coordinate representation of color #135E16: hue angle of 122.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135E16 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 94 | 22 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.63 |
| HSL | 122.4º | 0.66% | 0.22% | - |
| HSV(B) | 122.4º | 0.8% | 0.37% | - |
| XYZ | 4.42 | 8.2 | 2.11 | - |
| YUV | 63.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 22 | 0.80 | 0 | 0.77 | 0.63 | 122.4 | 0.66 | 0.22 |
| Hex | 13 | 5E | 16 | 50 | 0 | 4D | 3F | 7A | 42 | 16 |
| Octal | 23 | 136 | 26 | 120 | 0 | 115 | 77 | 172 | 102 | 26 |
| Binary | 10011 | 1011110 | 10110 | 1010000 | 0 | 1001101 | 111111 | 1111010 | 1000010 | 10110 |
Color Harmonies of #135E16
Complementary color
Monochromatic Colors of #135E16
Black with #135E16
Text Example
Text Example
White with #135E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E16; }
p { color: rgb(19,94,22); }
H1.HeaderClassName
{
color: #135E16;
}
.AnyTagClassName
{
color: #135E16;
}
</style>
background-color css
<style>
a { background-color: #135E16; }
a { background-color: rgb(19,94,22); }
div.DivClassName
{
background-color: #135E16;
}
.BgClassName
{
background-color: #135E16;
}
</style>
border-color css
<style>
span { border-color: #135E16; }
span { border-color: rgb(19,94,22); }
td.TdClassName
{
border-color: #135E16;
}
.TagClassName
{
border-color: #135E16;
}
</style>