Shades of Myrtle #135119
Tints of Myrtle #135119
RGB
CMYK
RGB Variations
Color information
#135119 (or 0x135119) is known color: Myrtle. HEX triplet: 13, 51 and 19. RGB value is (19,81,25). Sum of RGB (Red+Green+Blue) = 19+81+25=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #135119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135119 is #ECAEE6. Grayscale: #383838. Windows color (decimal): -15511271 or 1659155. OLE color: 1659155.
HSL color Cylindrical-coordinate representation of color #135119: hue angle of 125.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135119 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 81 | 25 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.68 |
| HSL | 125.81º | 0.62% | 0.2% | - |
| HSV(B) | 125.81º | 0.77% | 0.32% | - |
| XYZ | 3.39 | 6.09 | 1.92 | - |
| YUV | 56.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 25 | 0.77 | 0 | 0.69 | 0.68 | 125.81 | 0.62 | 0.2 |
| Hex | 13 | 51 | 19 | 4D | 0 | 45 | 44 | 7E | 3E | 14 |
| Octal | 23 | 121 | 31 | 115 | 0 | 105 | 104 | 176 | 76 | 24 |
| Binary | 10011 | 1010001 | 11001 | 1001101 | 0 | 1000101 | 1000100 | 1111110 | 111110 | 10100 |
Color Harmonies of #135119
Complementary color
Monochromatic Colors of #135119
Black with #135119
Text Example
Text Example
White with #135119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135119; }
p { color: rgb(19,81,25); }
H1.HeaderClassName
{
color: #135119;
}
.AnyTagClassName
{
color: #135119;
}
</style>
background-color css
<style>
a { background-color: #135119; }
a { background-color: rgb(19,81,25); }
div.DivClassName
{
background-color: #135119;
}
.BgClassName
{
background-color: #135119;
}
</style>
border-color css
<style>
span { border-color: #135119; }
span { border-color: rgb(19,81,25); }
td.TdClassName
{
border-color: #135119;
}
.TagClassName
{
border-color: #135119;
}
</style>