Shades of Myrtle #135907
Tints of Myrtle #135907
RGB
CMYK
RGB Variations
Color information
#135907 (or 0x135907) is known color: Myrtle. HEX triplet: 13, 59 and 07. RGB value is (19,89,7). Sum of RGB (Red+Green+Blue) = 19+89+7=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 89 (35.16% from 255 or 77.39% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 89 - color contains mainly: green. Hex color #135907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135907 is #ECA6F8. Grayscale: #3A3A3A. Windows color (decimal): -15509241 or 481555. OLE color: 481555.
HSL color Cylindrical-coordinate representation of color #135907: hue angle of 111.22º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135907 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 89 | 7 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.65 |
| HSL | 111.22º | 0.85% | 0.19% | - |
| HSV(B) | 111.22º | 0.92% | 0.35% | - |
| XYZ | 3.88 | 7.3 | 1.41 | - |
| YUV | 58.72 | 98.81 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 7 | 0.79 | 0 | 0.92 | 0.65 | 111.22 | 0.85 | 0.19 |
| Hex | 13 | 59 | 7 | 4F | 0 | 5C | 41 | 6F | 55 | 13 |
| Octal | 23 | 131 | 7 | 117 | 0 | 134 | 101 | 157 | 125 | 23 |
| Binary | 10011 | 1011001 | 111 | 1001111 | 0 | 1011100 | 1000001 | 1101111 | 1010101 | 10011 |
Color Harmonies of #135907
Complementary color
Monochromatic Colors of #135907
Black with #135907
Text Example
Text Example
White with #135907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135907; }
p { color: rgb(19,89,7); }
H1.HeaderClassName
{
color: #135907;
}
.AnyTagClassName
{
color: #135907;
}
</style>
background-color css
<style>
a { background-color: #135907; }
a { background-color: rgb(19,89,7); }
div.DivClassName
{
background-color: #135907;
}
.BgClassName
{
background-color: #135907;
}
</style>
border-color css
<style>
span { border-color: #135907; }
span { border-color: rgb(19,89,7); }
td.TdClassName
{
border-color: #135907;
}
.TagClassName
{
border-color: #135907;
}
</style>