Shades of Myrtle #135F09
Tints of Myrtle #135F09
RGB
CMYK
RGB Variations
Color information
#135F09 (or 0x135F09) is known color: Myrtle. HEX triplet: 13, 5F and 09. RGB value is (19,95,9). Sum of RGB (Red+Green+Blue) = 19+95+9=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 95 (37.5% from 255 or 77.24% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 95 - color contains mainly: green. Hex color #135F09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135F09 is #ECA0F6. Grayscale: #3E3E3E. Windows color (decimal): -15507703 or 614163. OLE color: 614163.
HSL color Cylindrical-coordinate representation of color #135F09: hue angle of 113.02º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135F09 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 95 | 9 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.63 |
| HSL | 113.02º | 0.83% | 0.2% | - |
| HSV(B) | 113.02º | 0.91% | 0.37% | - |
| XYZ | 4.41 | 8.34 | 1.64 | - |
| YUV | 62.47 | 97.82 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 9 | 0.80 | 0 | 0.91 | 0.63 | 113.02 | 0.83 | 0.2 |
| Hex | 13 | 5F | 9 | 50 | 0 | 5B | 3F | 71 | 53 | 14 |
| Octal | 23 | 137 | 11 | 120 | 0 | 133 | 77 | 161 | 123 | 24 |
| Binary | 10011 | 1011111 | 1001 | 1010000 | 0 | 1011011 | 111111 | 1110001 | 1010011 | 10100 |
Color Harmonies of #135F09
Complementary color
Monochromatic Colors of #135F09
Black with #135F09
Text Example
Text Example
White with #135F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F09; }
p { color: rgb(19,95,9); }
H1.HeaderClassName
{
color: #135F09;
}
.AnyTagClassName
{
color: #135F09;
}
</style>
background-color css
<style>
a { background-color: #135F09; }
a { background-color: rgb(19,95,9); }
div.DivClassName
{
background-color: #135F09;
}
.BgClassName
{
background-color: #135F09;
}
</style>
border-color css
<style>
span { border-color: #135F09; }
span { border-color: rgb(19,95,9); }
td.TdClassName
{
border-color: #135F09;
}
.TagClassName
{
border-color: #135F09;
}
</style>