Shades of Myrtle #135610
Tints of Myrtle #135610
RGB
CMYK
RGB Variations
Color information
#135610 (or 0x135610) is known color: Myrtle. HEX triplet: 13, 56 and 10. RGB value is (19,86,16). Sum of RGB (Red+Green+Blue) = 19+86+16=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 86 (33.98% from 255 or 71.07% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 86 - color contains mainly: green. Hex color #135610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135610 is #ECA9EF. Grayscale: #3A3A3A. Windows color (decimal): -15510000 or 1070611. OLE color: 1070611.
HSL color Cylindrical-coordinate representation of color #135610: hue angle of 117.43º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135610 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 16 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.66 |
| HSL | 117.43º | 0.69% | 0.2% | - |
| HSV(B) | 117.43º | 0.81% | 0.34% | - |
| XYZ | 3.69 | 6.83 | 1.61 | - |
| YUV | 57.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 16 | 0.78 | 0 | 0.81 | 0.66 | 117.43 | 0.69 | 0.2 |
| Hex | 13 | 56 | 10 | 4E | 0 | 51 | 42 | 75 | 45 | 14 |
| Octal | 23 | 126 | 20 | 116 | 0 | 121 | 102 | 165 | 105 | 24 |
| Binary | 10011 | 1010110 | 10000 | 1001110 | 0 | 1010001 | 1000010 | 1110101 | 1000101 | 10100 |
Color Harmonies of #135610
Complementary color
Monochromatic Colors of #135610
Black with #135610
Text Example
Text Example
White with #135610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135610; }
p { color: rgb(19,86,16); }
H1.HeaderClassName
{
color: #135610;
}
.AnyTagClassName
{
color: #135610;
}
</style>
background-color css
<style>
a { background-color: #135610; }
a { background-color: rgb(19,86,16); }
div.DivClassName
{
background-color: #135610;
}
.BgClassName
{
background-color: #135610;
}
</style>
border-color css
<style>
span { border-color: #135610; }
span { border-color: rgb(19,86,16); }
td.TdClassName
{
border-color: #135610;
}
.TagClassName
{
border-color: #135610;
}
</style>