Shades of Myrtle #145011
Tints of Myrtle #145011
RGB
CMYK
RGB Variations
Color information
#145011 (or 0x145011) is known color: Myrtle. HEX triplet: 14, 50 and 11. RGB value is (20,80,17). Sum of RGB (Red+Green+Blue) = 20+80+17=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #145011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145011 is #EBAFEE. Grayscale: #373737. Windows color (decimal): -15445999 or 1134612. OLE color: 1134612.
HSL color Cylindrical-coordinate representation of color #145011: hue angle of 117.14º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145011 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 17 | - |
| CMYK | 0.75 | 0 | 0.79 | 0.69 |
| HSL | 117.14º | 0.65% | 0.19% | - |
| HSV(B) | 117.14º | 0.79% | 0.31% | - |
| XYZ | 3.26 | 5.93 | 1.5 | - |
| YUV | 54.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 17 | 0.75 | 0 | 0.79 | 0.69 | 117.14 | 0.65 | 0.19 |
| Hex | 14 | 50 | 11 | 4B | 0 | 4F | 45 | 75 | 41 | 13 |
| Octal | 24 | 120 | 21 | 113 | 0 | 117 | 105 | 165 | 101 | 23 |
| Binary | 10100 | 1010000 | 10001 | 1001011 | 0 | 1001111 | 1000101 | 1110101 | 1000001 | 10011 |
Color Harmonies of #145011
Complementary color
Monochromatic Colors of #145011
Black with #145011
Text Example
Text Example
White with #145011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145011; }
p { color: rgb(20,80,17); }
H1.HeaderClassName
{
color: #145011;
}
.AnyTagClassName
{
color: #145011;
}
</style>
background-color css
<style>
a { background-color: #145011; }
a { background-color: rgb(20,80,17); }
div.DivClassName
{
background-color: #145011;
}
.BgClassName
{
background-color: #145011;
}
</style>
border-color css
<style>
span { border-color: #145011; }
span { border-color: rgb(20,80,17); }
td.TdClassName
{
border-color: #145011;
}
.TagClassName
{
border-color: #145011;
}
</style>