Shades of Myrtle #145015
Tints of Myrtle #145015
RGB
CMYK
RGB Variations
Color information
#145015 (or 0x145015) is known color: Myrtle. HEX triplet: 14, 50 and 15. RGB value is (20,80,21). Sum of RGB (Red+Green+Blue) = 20+80+21=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #145015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145015 is #EBAFEA. Grayscale: #373737. Windows color (decimal): -15445995 or 1396756. OLE color: 1396756.
HSL color Cylindrical-coordinate representation of color #145015: hue angle of 121º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145015 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 21 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.69 |
| HSL | 121º | 0.6% | 0.2% | - |
| HSV(B) | 121º | 0.75% | 0.31% | - |
| XYZ | 3.29 | 5.94 | 1.68 | - |
| YUV | 55.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 21 | 0.75 | 0 | 0.74 | 0.69 | 121 | 0.6 | 0.2 |
| Hex | 14 | 50 | 15 | 4B | 0 | 4A | 45 | 79 | 3C | 14 |
| Octal | 24 | 120 | 25 | 113 | 0 | 112 | 105 | 171 | 74 | 24 |
| Binary | 10100 | 1010000 | 10101 | 1001011 | 0 | 1001010 | 1000101 | 1111001 | 111100 | 10100 |
Color Harmonies of #145015
Complementary color
Monochromatic Colors of #145015
Black with #145015
Text Example
Text Example
White with #145015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145015; }
p { color: rgb(20,80,21); }
H1.HeaderClassName
{
color: #145015;
}
.AnyTagClassName
{
color: #145015;
}
</style>
background-color css
<style>
a { background-color: #145015; }
a { background-color: rgb(20,80,21); }
div.DivClassName
{
background-color: #145015;
}
.BgClassName
{
background-color: #145015;
}
</style>
border-color css
<style>
span { border-color: #145015; }
span { border-color: rgb(20,80,21); }
td.TdClassName
{
border-color: #145015;
}
.TagClassName
{
border-color: #145015;
}
</style>