Shades of Myrtle #135505
Tints of Myrtle #135505
RGB
CMYK
RGB Variations
Color information
#135505 (or 0x135505) is known color: Myrtle. HEX triplet: 13, 55 and 05. RGB value is (19,85,5). Sum of RGB (Red+Green+Blue) = 19+85+5=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #135505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135505 is #ECAAFA. Grayscale: #383838. Windows color (decimal): -15510267 or 349459. OLE color: 349459.
HSL color Cylindrical-coordinate representation of color #135505: hue angle of 109.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #135505 is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 5 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.67 |
| HSL | 109.5º | 0.89% | 0.18% | - |
| HSV(B) | 109.5º | 0.94% | 0.33% | - |
| XYZ | 3.54 | 6.65 | 1.24 | - |
| YUV | 56.15 | 99.13 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 5 | 0.78 | 0 | 0.94 | 0.67 | 109.5 | 0.89 | 0.18 |
| Hex | 13 | 55 | 5 | 4E | 0 | 5E | 43 | 6E | 59 | 12 |
| Octal | 23 | 125 | 5 | 116 | 0 | 136 | 103 | 156 | 131 | 22 |
| Binary | 10011 | 1010101 | 101 | 1001110 | 0 | 1011110 | 1000011 | 1101110 | 1011001 | 10010 |
Color Harmonies of #135505
Complementary color
Monochromatic Colors of #135505
Black with #135505
Text Example
Text Example
White with #135505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135505; }
p { color: rgb(19,85,5); }
H1.HeaderClassName
{
color: #135505;
}
.AnyTagClassName
{
color: #135505;
}
</style>
background-color css
<style>
a { background-color: #135505; }
a { background-color: rgb(19,85,5); }
div.DivClassName
{
background-color: #135505;
}
.BgClassName
{
background-color: #135505;
}
</style>
border-color css
<style>
span { border-color: #135505; }
span { border-color: rgb(19,85,5); }
td.TdClassName
{
border-color: #135505;
}
.TagClassName
{
border-color: #135505;
}
</style>