Shades of Myrtle #135A09
Tints of Myrtle #135A09
RGB
CMYK
RGB Variations
Color information
#135A09 (or 0x135A09) is known color: Myrtle. HEX triplet: 13, 5A and 09. RGB value is (19,90,9). Sum of RGB (Red+Green+Blue) = 19+90+9=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 90 (35.55% from 255 or 76.27% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 90 - color contains mainly: green. Hex color #135A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A09 is #ECA5F6. Grayscale: #3B3B3B. Windows color (decimal): -15508983 or 612883. OLE color: 612883.
HSL color Cylindrical-coordinate representation of color #135A09: hue angle of 112.59º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #135A09 is Cyan = 0.79, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 9 | - |
| CMYK | 0.79 | 0 | 0.9 | 0.65 |
| HSL | 112.59º | 0.82% | 0.19% | - |
| HSV(B) | 112.59º | 0.9% | 0.35% | - |
| XYZ | 3.97 | 7.47 | 1.49 | - |
| YUV | 59.54 | 99.48 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 9 | 0.79 | 0 | 0.9 | 0.65 | 112.59 | 0.82 | 0.19 |
| Hex | 13 | 5A | 9 | 4F | 0 | 5A | 41 | 71 | 52 | 13 |
| Octal | 23 | 132 | 11 | 117 | 0 | 132 | 101 | 161 | 122 | 23 |
| Binary | 10011 | 1011010 | 1001 | 1001111 | 0 | 1011010 | 1000001 | 1110001 | 1010010 | 10011 |
Color Harmonies of #135A09
Complementary color
Monochromatic Colors of #135A09
Black with #135A09
Text Example
Text Example
White with #135A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A09; }
p { color: rgb(19,90,9); }
H1.HeaderClassName
{
color: #135A09;
}
.AnyTagClassName
{
color: #135A09;
}
</style>
background-color css
<style>
a { background-color: #135A09; }
a { background-color: rgb(19,90,9); }
div.DivClassName
{
background-color: #135A09;
}
.BgClassName
{
background-color: #135A09;
}
</style>
border-color css
<style>
span { border-color: #135A09; }
span { border-color: rgb(19,90,9); }
td.TdClassName
{
border-color: #135A09;
}
.TagClassName
{
border-color: #135A09;
}
</style>