Shades of Myrtle #136019
Tints of Myrtle #136019
RGB
CMYK
RGB Variations
Color information
#136019 (or 0x136019) is known color: Myrtle. HEX triplet: 13, 60 and 19. RGB value is (19,96,25). Sum of RGB (Red+Green+Blue) = 19+96+25=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #136019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136019 is #EC9FE6. Grayscale: #414141. Windows color (decimal): -15507431 or 1662995. OLE color: 1662995.
HSL color Cylindrical-coordinate representation of color #136019: hue angle of 124.68º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136019 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 96 | 25 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.62 |
| HSL | 124.68º | 0.67% | 0.23% | - |
| HSV(B) | 124.68º | 0.8% | 0.38% | - |
| XYZ | 4.63 | 8.57 | 2.33 | - |
| YUV | 64.88 | 105.49 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 25 | 0.80 | 0 | 0.74 | 0.62 | 124.68 | 0.67 | 0.23 |
| Hex | 13 | 60 | 19 | 50 | 0 | 4A | 3E | 7D | 43 | 17 |
| Octal | 23 | 140 | 31 | 120 | 0 | 112 | 76 | 175 | 103 | 27 |
| Binary | 10011 | 1100000 | 11001 | 1010000 | 0 | 1001010 | 111110 | 1111101 | 1000011 | 10111 |
Color Harmonies of #136019
Complementary color
Monochromatic Colors of #136019
Black with #136019
Text Example
Text Example
White with #136019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136019; }
p { color: rgb(19,96,25); }
H1.HeaderClassName
{
color: #136019;
}
.AnyTagClassName
{
color: #136019;
}
</style>
background-color css
<style>
a { background-color: #136019; }
a { background-color: rgb(19,96,25); }
div.DivClassName
{
background-color: #136019;
}
.BgClassName
{
background-color: #136019;
}
</style>
border-color css
<style>
span { border-color: #136019; }
span { border-color: rgb(19,96,25); }
td.TdClassName
{
border-color: #136019;
}
.TagClassName
{
border-color: #136019;
}
</style>