Shades of Myrtle #136018
Tints of Myrtle #136018
RGB
CMYK
RGB Variations
Color information
#136018 (or 0x136018) is known color: Myrtle. HEX triplet: 13, 60 and 18. RGB value is (19,96,24). Sum of RGB (Red+Green+Blue) = 19+96+24=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #136018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136018 is #EC9FE7. Grayscale: #404040. Windows color (decimal): -15507432 or 1597459. OLE color: 1597459.
HSL color Cylindrical-coordinate representation of color #136018: hue angle of 123.9º 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 #136018 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 96 | 24 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.62 |
| HSL | 123.9º | 0.67% | 0.23% | - |
| HSV(B) | 123.9º | 0.8% | 0.38% | - |
| XYZ | 4.62 | 8.57 | 2.28 | - |
| YUV | 64.77 | 104.99 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 24 | 0.80 | 0 | 0.75 | 0.62 | 123.9 | 0.67 | 0.23 |
| Hex | 13 | 60 | 18 | 50 | 0 | 4B | 3E | 7C | 43 | 17 |
| Octal | 23 | 140 | 30 | 120 | 0 | 113 | 76 | 174 | 103 | 27 |
| Binary | 10011 | 1100000 | 11000 | 1010000 | 0 | 1001011 | 111110 | 1111100 | 1000011 | 10111 |
Color Harmonies of #136018
Complementary color
Monochromatic Colors of #136018
Black with #136018
Text Example
Text Example
White with #136018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136018; }
p { color: rgb(19,96,24); }
H1.HeaderClassName
{
color: #136018;
}
.AnyTagClassName
{
color: #136018;
}
</style>
background-color css
<style>
a { background-color: #136018; }
a { background-color: rgb(19,96,24); }
div.DivClassName
{
background-color: #136018;
}
.BgClassName
{
background-color: #136018;
}
</style>
border-color css
<style>
span { border-color: #136018; }
span { border-color: rgb(19,96,24); }
td.TdClassName
{
border-color: #136018;
}
.TagClassName
{
border-color: #136018;
}
</style>