Shades of Myrtle #135519
Tints of Myrtle #135519
RGB
CMYK
RGB Variations
Color information
#135519 (or 0x135519) is known color: Myrtle. HEX triplet: 13, 55 and 19. RGB value is (19,85,25). Sum of RGB (Red+Green+Blue) = 19+85+25=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #135519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135519 is #ECAAE6. Grayscale: #3A3A3A. Windows color (decimal): -15510247 or 1660179. OLE color: 1660179.
HSL color Cylindrical-coordinate representation of color #135519: hue angle of 125.45º 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 #135519 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 85 | 25 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.67 |
| HSL | 125.45º | 0.63% | 0.2% | - |
| HSV(B) | 125.45º | 0.78% | 0.33% | - |
| XYZ | 3.69 | 6.71 | 2.02 | - |
| YUV | 58.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 25 | 0.78 | 0 | 0.71 | 0.67 | 125.45 | 0.63 | 0.2 |
| Hex | 13 | 55 | 19 | 4E | 0 | 47 | 43 | 7D | 3F | 14 |
| Octal | 23 | 125 | 31 | 116 | 0 | 107 | 103 | 175 | 77 | 24 |
| Binary | 10011 | 1010101 | 11001 | 1001110 | 0 | 1000111 | 1000011 | 1111101 | 111111 | 10100 |
Color Harmonies of #135519
Complementary color
Monochromatic Colors of #135519
Black with #135519
Text Example
Text Example
White with #135519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135519; }
p { color: rgb(19,85,25); }
H1.HeaderClassName
{
color: #135519;
}
.AnyTagClassName
{
color: #135519;
}
</style>
background-color css
<style>
a { background-color: #135519; }
a { background-color: rgb(19,85,25); }
div.DivClassName
{
background-color: #135519;
}
.BgClassName
{
background-color: #135519;
}
</style>
border-color css
<style>
span { border-color: #135519; }
span { border-color: rgb(19,85,25); }
td.TdClassName
{
border-color: #135519;
}
.TagClassName
{
border-color: #135519;
}
</style>