Shades of Myrtle #135705
Tints of Myrtle #135705
RGB
CMYK
RGB Variations
Color information
#135705 (or 0x135705) is known color: Myrtle. HEX triplet: 13, 57 and 05. RGB value is (19,87,5). Sum of RGB (Red+Green+Blue) = 19+87+5=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 87 (34.38% from 255 or 78.38% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 87 - color contains mainly: green. Hex color #135705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135705 is #ECA8FA. Grayscale: #393939. Windows color (decimal): -15509755 or 349971. OLE color: 349971.
HSL color Cylindrical-coordinate representation of color #135705: hue angle of 109.76º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #135705 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 87 | 5 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.66 |
| HSL | 109.76º | 0.89% | 0.18% | - |
| HSV(B) | 109.76º | 0.94% | 0.34% | - |
| XYZ | 3.7 | 6.97 | 1.29 | - |
| YUV | 57.32 | 98.47 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 5 | 0.78 | 0 | 0.94 | 0.66 | 109.76 | 0.89 | 0.18 |
| Hex | 13 | 57 | 5 | 4E | 0 | 5E | 42 | 6E | 59 | 12 |
| Octal | 23 | 127 | 5 | 116 | 0 | 136 | 102 | 156 | 131 | 22 |
| Binary | 10011 | 1010111 | 101 | 1001110 | 0 | 1011110 | 1000010 | 1101110 | 1011001 | 10010 |
Color Harmonies of #135705
Complementary color
Monochromatic Colors of #135705
Black with #135705
Text Example
Text Example
White with #135705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135705; }
p { color: rgb(19,87,5); }
H1.HeaderClassName
{
color: #135705;
}
.AnyTagClassName
{
color: #135705;
}
</style>
background-color css
<style>
a { background-color: #135705; }
a { background-color: rgb(19,87,5); }
div.DivClassName
{
background-color: #135705;
}
.BgClassName
{
background-color: #135705;
}
</style>
border-color css
<style>
span { border-color: #135705; }
span { border-color: rgb(19,87,5); }
td.TdClassName
{
border-color: #135705;
}
.TagClassName
{
border-color: #135705;
}
</style>