Shades of Myrtle #145019
Tints of Myrtle #145019
RGB
CMYK
RGB Variations
Color information
#145019 (or 0x145019) is known color: Myrtle. HEX triplet: 14, 50 and 19. RGB value is (20,80,25). Sum of RGB (Red+Green+Blue) = 20+80+25=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #145019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145019 is #EBAFE6. Grayscale: #373737. Windows color (decimal): -15445991 or 1658900. OLE color: 1658900.
HSL color Cylindrical-coordinate representation of color #145019: hue angle of 125º 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 #145019 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 25 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.69 |
| HSL | 125º | 0.6% | 0.2% | - |
| HSV(B) | 125º | 0.75% | 0.31% | - |
| XYZ | 3.33 | 5.96 | 1.89 | - |
| YUV | 55.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 25 | 0.75 | 0 | 0.69 | 0.69 | 125 | 0.6 | 0.2 |
| Hex | 14 | 50 | 19 | 4B | 0 | 45 | 45 | 7D | 3C | 14 |
| Octal | 24 | 120 | 31 | 113 | 0 | 105 | 105 | 175 | 74 | 24 |
| Binary | 10100 | 1010000 | 11001 | 1001011 | 0 | 1000101 | 1000101 | 1111101 | 111100 | 10100 |
Color Harmonies of #145019
Complementary color
Monochromatic Colors of #145019
Black with #145019
Text Example
Text Example
White with #145019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145019; }
p { color: rgb(20,80,25); }
H1.HeaderClassName
{
color: #145019;
}
.AnyTagClassName
{
color: #145019;
}
</style>
background-color css
<style>
a { background-color: #145019; }
a { background-color: rgb(20,80,25); }
div.DivClassName
{
background-color: #145019;
}
.BgClassName
{
background-color: #145019;
}
</style>
border-color css
<style>
span { border-color: #145019; }
span { border-color: rgb(20,80,25); }
td.TdClassName
{
border-color: #145019;
}
.TagClassName
{
border-color: #145019;
}
</style>