Shades of Myrtle #135606
Tints of Myrtle #135606
RGB
CMYK
RGB Variations
Color information
#135606 (or 0x135606) is known color: Myrtle. HEX triplet: 13, 56 and 06. RGB value is (19,86,6). Sum of RGB (Red+Green+Blue) = 19+86+6=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #135606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135606 is #ECA9F9. Grayscale: #393939. Windows color (decimal): -15510010 or 415251. OLE color: 415251.
HSL color Cylindrical-coordinate representation of color #135606: hue angle of 110.25º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135606 is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 86 | 6 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.66 |
| HSL | 110.25º | 0.87% | 0.18% | - |
| HSV(B) | 110.25º | 0.93% | 0.34% | - |
| XYZ | 3.63 | 6.81 | 1.29 | - |
| YUV | 56.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 6 | 0.78 | 0 | 0.93 | 0.66 | 110.25 | 0.87 | 0.18 |
| Hex | 13 | 56 | 6 | 4E | 0 | 5D | 42 | 6E | 57 | 12 |
| Octal | 23 | 126 | 6 | 116 | 0 | 135 | 102 | 156 | 127 | 22 |
| Binary | 10011 | 1010110 | 110 | 1001110 | 0 | 1011101 | 1000010 | 1101110 | 1010111 | 10010 |
Color Harmonies of #135606
Complementary color
Monochromatic Colors of #135606
Black with #135606
Text Example
Text Example
White with #135606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135606; }
p { color: rgb(19,86,6); }
H1.HeaderClassName
{
color: #135606;
}
.AnyTagClassName
{
color: #135606;
}
</style>
background-color css
<style>
a { background-color: #135606; }
a { background-color: rgb(19,86,6); }
div.DivClassName
{
background-color: #135606;
}
.BgClassName
{
background-color: #135606;
}
</style>
border-color css
<style>
span { border-color: #135606; }
span { border-color: rgb(19,86,6); }
td.TdClassName
{
border-color: #135606;
}
.TagClassName
{
border-color: #135606;
}
</style>