Shades of Myrtle #135510
Tints of Myrtle #135510
RGB
CMYK
RGB Variations
Color information
#135510 (or 0x135510) is known color: Myrtle. HEX triplet: 13, 55 and 10. RGB value is (19,85,16). Sum of RGB (Red+Green+Blue) = 19+85+16=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #135510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135510 is #ECAAEF. Grayscale: #393939. Windows color (decimal): -15510256 or 1070355. OLE color: 1070355.
HSL color Cylindrical-coordinate representation of color #135510: hue angle of 117.39º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135510 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 16 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.67 |
| HSL | 117.39º | 0.68% | 0.2% | - |
| HSV(B) | 117.39º | 0.81% | 0.33% | - |
| XYZ | 3.61 | 6.67 | 1.59 | - |
| YUV | 57.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 16 | 0.78 | 0 | 0.81 | 0.67 | 117.39 | 0.68 | 0.2 |
| Hex | 13 | 55 | 10 | 4E | 0 | 51 | 43 | 75 | 44 | 14 |
| Octal | 23 | 125 | 20 | 116 | 0 | 121 | 103 | 165 | 104 | 24 |
| Binary | 10011 | 1010101 | 10000 | 1001110 | 0 | 1010001 | 1000011 | 1110101 | 1000100 | 10100 |
Color Harmonies of #135510
Complementary color
Monochromatic Colors of #135510
Black with #135510
Text Example
Text Example
White with #135510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135510; }
p { color: rgb(19,85,16); }
H1.HeaderClassName
{
color: #135510;
}
.AnyTagClassName
{
color: #135510;
}
</style>
background-color css
<style>
a { background-color: #135510; }
a { background-color: rgb(19,85,16); }
div.DivClassName
{
background-color: #135510;
}
.BgClassName
{
background-color: #135510;
}
</style>
border-color css
<style>
span { border-color: #135510; }
span { border-color: rgb(19,85,16); }
td.TdClassName
{
border-color: #135510;
}
.TagClassName
{
border-color: #135510;
}
</style>