Shades of Myrtle #135511
Tints of Myrtle #135511
RGB
CMYK
RGB Variations
Color information
#135511 (or 0x135511) is known color: Myrtle. HEX triplet: 13, 55 and 11. RGB value is (19,85,17). Sum of RGB (Red+Green+Blue) = 19+85+17=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #135511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135511 is #ECAAEE. Grayscale: #393939. Windows color (decimal): -15510255 or 1135891. OLE color: 1135891.
HSL color Cylindrical-coordinate representation of color #135511: hue angle of 118.24º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135511 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 17 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.67 |
| HSL | 118.24º | 0.67% | 0.2% | - |
| HSV(B) | 118.24º | 0.8% | 0.33% | - |
| XYZ | 3.62 | 6.68 | 1.63 | - |
| YUV | 57.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 17 | 0.78 | 0 | 0.80 | 0.67 | 118.24 | 0.67 | 0.2 |
| Hex | 13 | 55 | 11 | 4E | 0 | 50 | 43 | 76 | 43 | 14 |
| Octal | 23 | 125 | 21 | 116 | 0 | 120 | 103 | 166 | 103 | 24 |
| Binary | 10011 | 1010101 | 10001 | 1001110 | 0 | 1010000 | 1000011 | 1110110 | 1000011 | 10100 |
Color Harmonies of #135511
Complementary color
Monochromatic Colors of #135511
Black with #135511
Text Example
Text Example
White with #135511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135511; }
p { color: rgb(19,85,17); }
H1.HeaderClassName
{
color: #135511;
}
.AnyTagClassName
{
color: #135511;
}
</style>
background-color css
<style>
a { background-color: #135511; }
a { background-color: rgb(19,85,17); }
div.DivClassName
{
background-color: #135511;
}
.BgClassName
{
background-color: #135511;
}
</style>
border-color css
<style>
span { border-color: #135511; }
span { border-color: rgb(19,85,17); }
td.TdClassName
{
border-color: #135511;
}
.TagClassName
{
border-color: #135511;
}
</style>