Shades of Myrtle #145913
Tints of Myrtle #145913
RGB
CMYK
RGB Variations
Color information
#145913 (or 0x145913) is known color: Myrtle. HEX triplet: 14, 59 and 13. RGB value is (20,89,19). Sum of RGB (Red+Green+Blue) = 20+89+19=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 89 (35.16% from 255 or 69.53% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 89 - color contains mainly: green. Hex color #145913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145913 is #EBA6EC. Grayscale: #3C3C3C. Windows color (decimal): -15443693 or 1267988. OLE color: 1267988.
HSL color Cylindrical-coordinate representation of color #145913: hue angle of 119.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145913 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 89 | 19 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.65 |
| HSL | 119.14º | 0.65% | 0.21% | - |
| HSV(B) | 119.14º | 0.79% | 0.35% | - |
| XYZ | 3.98 | 7.34 | 1.82 | - |
| YUV | 60.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 19 | 0.78 | 0 | 0.79 | 0.65 | 119.14 | 0.65 | 0.21 |
| Hex | 14 | 59 | 13 | 4E | 0 | 4F | 41 | 77 | 41 | 15 |
| Octal | 24 | 131 | 23 | 116 | 0 | 117 | 101 | 167 | 101 | 25 |
| Binary | 10100 | 1011001 | 10011 | 1001110 | 0 | 1001111 | 1000001 | 1110111 | 1000001 | 10101 |
Color Harmonies of #145913
Complementary color
Monochromatic Colors of #145913
Black with #145913
Text Example
Text Example
White with #145913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145913; }
p { color: rgb(20,89,19); }
H1.HeaderClassName
{
color: #145913;
}
.AnyTagClassName
{
color: #145913;
}
</style>
background-color css
<style>
a { background-color: #145913; }
a { background-color: rgb(20,89,19); }
div.DivClassName
{
background-color: #145913;
}
.BgClassName
{
background-color: #145913;
}
</style>
border-color css
<style>
span { border-color: #145913; }
span { border-color: rgb(20,89,19); }
td.TdClassName
{
border-color: #145913;
}
.TagClassName
{
border-color: #145913;
}
</style>