Shades of Myrtle #135C07
Tints of Myrtle #135C07
RGB
CMYK
RGB Variations
Color information
#135C07 (or 0x135C07) is known color: Myrtle. HEX triplet: 13, 5C and 07. RGB value is (19,92,7). Sum of RGB (Red+Green+Blue) = 19+92+7=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 92 (36.33% from 255 or 77.97% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 92 - color contains mainly: green. Hex color #135C07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135C07 is #ECA3F8. Grayscale: #3C3C3C. Windows color (decimal): -15508473 or 482323. OLE color: 482323.
HSL color Cylindrical-coordinate representation of color #135C07: hue angle of 111.53º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135C07 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 92 | 7 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.64 |
| HSL | 111.53º | 0.86% | 0.19% | - |
| HSV(B) | 111.53º | 0.92% | 0.36% | - |
| XYZ | 4.13 | 7.81 | 1.49 | - |
| YUV | 60.48 | 97.82 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 7 | 0.79 | 0 | 0.92 | 0.64 | 111.53 | 0.86 | 0.19 |
| Hex | 13 | 5C | 7 | 4F | 0 | 5C | 40 | 70 | 56 | 13 |
| Octal | 23 | 134 | 7 | 117 | 0 | 134 | 100 | 160 | 126 | 23 |
| Binary | 10011 | 1011100 | 111 | 1001111 | 0 | 1011100 | 1000000 | 1110000 | 1010110 | 10011 |
Color Harmonies of #135C07
Complementary color
Monochromatic Colors of #135C07
Black with #135C07
Text Example
Text Example
White with #135C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C07; }
p { color: rgb(19,92,7); }
H1.HeaderClassName
{
color: #135C07;
}
.AnyTagClassName
{
color: #135C07;
}
</style>
background-color css
<style>
a { background-color: #135C07; }
a { background-color: rgb(19,92,7); }
div.DivClassName
{
background-color: #135C07;
}
.BgClassName
{
background-color: #135C07;
}
</style>
border-color css
<style>
span { border-color: #135C07; }
span { border-color: rgb(19,92,7); }
td.TdClassName
{
border-color: #135C07;
}
.TagClassName
{
border-color: #135C07;
}
</style>