Shades of Myrtle #145005
Tints of Myrtle #145005
RGB
CMYK
RGB Variations
Color information
#145005 (or 0x145005) is known color: Myrtle. HEX triplet: 14, 50 and 05. RGB value is (20,80,5). Sum of RGB (Red+Green+Blue) = 20+80+5=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #145005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145005 is #EBAFFA. Grayscale: #353535. Windows color (decimal): -15446011 or 348180. OLE color: 348180.
HSL color Cylindrical-coordinate representation of color #145005: hue angle of 108º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #145005 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 5 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.69 |
| HSL | 108º | 0.88% | 0.17% | - |
| HSV(B) | 108º | 0.94% | 0.31% | - |
| XYZ | 3.18 | 5.9 | 1.11 | - |
| YUV | 53.51 | 100.62 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 5 | 0.75 | 0 | 0.94 | 0.69 | 108 | 0.88 | 0.17 |
| Hex | 14 | 50 | 5 | 4B | 0 | 5E | 45 | 6C | 58 | 11 |
| Octal | 24 | 120 | 5 | 113 | 0 | 136 | 105 | 154 | 130 | 21 |
| Binary | 10100 | 1010000 | 101 | 1001011 | 0 | 1011110 | 1000101 | 1101100 | 1011000 | 10001 |
Color Harmonies of #145005
Complementary color
Monochromatic Colors of #145005
Black with #145005
Text Example
Text Example
White with #145005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145005; }
p { color: rgb(20,80,5); }
H1.HeaderClassName
{
color: #145005;
}
.AnyTagClassName
{
color: #145005;
}
</style>
background-color css
<style>
a { background-color: #145005; }
a { background-color: rgb(20,80,5); }
div.DivClassName
{
background-color: #145005;
}
.BgClassName
{
background-color: #145005;
}
</style>
border-color css
<style>
span { border-color: #145005; }
span { border-color: rgb(20,80,5); }
td.TdClassName
{
border-color: #145005;
}
.TagClassName
{
border-color: #145005;
}
</style>