Shades of Myrtle #145114
Tints of Myrtle #145114
RGB
CMYK
RGB Variations
Color information
#145114 (or 0x145114) is known color: Myrtle. HEX triplet: 14, 51 and 14. RGB value is (20,81,20). Sum of RGB (Red+Green+Blue) = 20+81+20=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #145114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145114 is #EBAEEB. Grayscale: #373737. Windows color (decimal): -15445740 or 1331476. OLE color: 1331476.
HSL color Cylindrical-coordinate representation of color #145114: hue angle of 120º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145114 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 20 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.68 |
| HSL | 120º | 0.6% | 0.2% | - |
| HSV(B) | 120º | 0.75% | 0.32% | - |
| XYZ | 3.36 | 6.08 | 1.66 | - |
| YUV | 55.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 20 | 0.75 | 0 | 0.75 | 0.68 | 120 | 0.6 | 0.2 |
| Hex | 14 | 51 | 14 | 4B | 0 | 4B | 44 | 78 | 3C | 14 |
| Octal | 24 | 121 | 24 | 113 | 0 | 113 | 104 | 170 | 74 | 24 |
| Binary | 10100 | 1010001 | 10100 | 1001011 | 0 | 1001011 | 1000100 | 1111000 | 111100 | 10100 |
Color Harmonies of #145114
Complementary color
Monochromatic Colors of #145114
Black with #145114
Text Example
Text Example
White with #145114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145114; }
p { color: rgb(20,81,20); }
H1.HeaderClassName
{
color: #145114;
}
.AnyTagClassName
{
color: #145114;
}
</style>
background-color css
<style>
a { background-color: #145114; }
a { background-color: rgb(20,81,20); }
div.DivClassName
{
background-color: #145114;
}
.BgClassName
{
background-color: #145114;
}
</style>
border-color css
<style>
span { border-color: #145114; }
span { border-color: rgb(20,81,20); }
td.TdClassName
{
border-color: #145114;
}
.TagClassName
{
border-color: #145114;
}
</style>