Shades of Myrtle #145018
Tints of Myrtle #145018
RGB
CMYK
RGB Variations
Color information
#145018 (or 0x145018) is known color: Myrtle. HEX triplet: 14, 50 and 18. RGB value is (20,80,24). Sum of RGB (Red+Green+Blue) = 20+80+24=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #145018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145018 is #EBAFE7. Grayscale: #373737. Windows color (decimal): -15445992 or 1593364. OLE color: 1593364.
HSL color Cylindrical-coordinate representation of color #145018: hue angle of 124º 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 #145018 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 24 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.69 |
| HSL | 124º | 0.6% | 0.2% | - |
| HSV(B) | 124º | 0.75% | 0.31% | - |
| XYZ | 3.32 | 5.95 | 1.84 | - |
| YUV | 55.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 24 | 0.75 | 0 | 0.70 | 0.69 | 124 | 0.6 | 0.2 |
| Hex | 14 | 50 | 18 | 4B | 0 | 46 | 45 | 7C | 3C | 14 |
| Octal | 24 | 120 | 30 | 113 | 0 | 106 | 105 | 174 | 74 | 24 |
| Binary | 10100 | 1010000 | 11000 | 1001011 | 0 | 1000110 | 1000101 | 1111100 | 111100 | 10100 |
Color Harmonies of #145018
Complementary color
Monochromatic Colors of #145018
Black with #145018
Text Example
Text Example
White with #145018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145018; }
p { color: rgb(20,80,24); }
H1.HeaderClassName
{
color: #145018;
}
.AnyTagClassName
{
color: #145018;
}
</style>
background-color css
<style>
a { background-color: #145018; }
a { background-color: rgb(20,80,24); }
div.DivClassName
{
background-color: #145018;
}
.BgClassName
{
background-color: #145018;
}
</style>
border-color css
<style>
span { border-color: #145018; }
span { border-color: rgb(20,80,24); }
td.TdClassName
{
border-color: #145018;
}
.TagClassName
{
border-color: #145018;
}
</style>