Shades of Myrtle #135518
Tints of Myrtle #135518
RGB
CMYK
RGB Variations
Color information
#135518 (or 0x135518) is known color: Myrtle. HEX triplet: 13, 55 and 18. RGB value is (19,85,24). Sum of RGB (Red+Green+Blue) = 19+85+24=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #135518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135518 is #ECAAE7. Grayscale: #3A3A3A. Windows color (decimal): -15510248 or 1594643. OLE color: 1594643.
HSL color Cylindrical-coordinate representation of color #135518: hue angle of 124.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135518 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 24 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.67 |
| HSL | 124.55º | 0.63% | 0.2% | - |
| HSV(B) | 124.55º | 0.78% | 0.33% | - |
| XYZ | 3.68 | 6.7 | 1.96 | - |
| YUV | 58.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 24 | 0.78 | 0 | 0.72 | 0.67 | 124.55 | 0.63 | 0.2 |
| Hex | 13 | 55 | 18 | 4E | 0 | 48 | 43 | 7D | 3F | 14 |
| Octal | 23 | 125 | 30 | 116 | 0 | 110 | 103 | 175 | 77 | 24 |
| Binary | 10011 | 1010101 | 11000 | 1001110 | 0 | 1001000 | 1000011 | 1111101 | 111111 | 10100 |
Color Harmonies of #135518
Complementary color
Monochromatic Colors of #135518
Black with #135518
Text Example
Text Example
White with #135518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135518; }
p { color: rgb(19,85,24); }
H1.HeaderClassName
{
color: #135518;
}
.AnyTagClassName
{
color: #135518;
}
</style>
background-color css
<style>
a { background-color: #135518; }
a { background-color: rgb(19,85,24); }
div.DivClassName
{
background-color: #135518;
}
.BgClassName
{
background-color: #135518;
}
</style>
border-color css
<style>
span { border-color: #135518; }
span { border-color: rgb(19,85,24); }
td.TdClassName
{
border-color: #135518;
}
.TagClassName
{
border-color: #135518;
}
</style>