Shades of Myrtle #145500
Tints of Myrtle #145500
RGB
CMYK
RGB Variations
Color information
#145500 (or 0x145500) is known color: Myrtle. HEX triplet: 14, 55 and 00. RGB value is (20,85,0). Sum of RGB (Red+Green+Blue) = 20+85+0=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 85 (33.59% from 255 or 80.95% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 85 - color contains mainly: green. Hex color #145500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145500 is #EBAAFF. Grayscale: #383838. Windows color (decimal): -15444736 or 21780. OLE color: 21780.
HSL color Cylindrical-coordinate representation of color #145500: hue angle of 105.88º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #145500 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.67 |
| HSL | 105.88º | 1% | 0.17% | - |
| HSV(B) | 105.88º | 1% | 0.33% | - |
| XYZ | 3.54 | 6.65 | 1.1 | - |
| YUV | 55.88 | 96.47 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 0 | 0.76 | 0 | 1 | 0.67 | 105.88 | 1 | 0.17 |
| Hex | 14 | 55 | 0 | 4C | 0 | 64 | 43 | 6A | 64 | 11 |
| Octal | 24 | 125 | 0 | 114 | 0 | 144 | 103 | 152 | 144 | 21 |
| Binary | 10100 | 1010101 | 0 | 1001100 | 0 | 1100100 | 1000011 | 1101010 | 1100100 | 10001 |
Color Harmonies of #145500
Complementary color
Monochromatic Colors of #145500
Black with #145500
Text Example
Text Example
White with #145500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145500; }
p { color: rgb(20,85,0); }
H1.HeaderClassName
{
color: #145500;
}
.AnyTagClassName
{
color: #145500;
}
</style>
background-color css
<style>
a { background-color: #145500; }
a { background-color: rgb(20,85,0); }
div.DivClassName
{
background-color: #145500;
}
.BgClassName
{
background-color: #145500;
}
</style>
border-color css
<style>
span { border-color: #145500; }
span { border-color: rgb(20,85,0); }
td.TdClassName
{
border-color: #145500;
}
.TagClassName
{
border-color: #145500;
}
</style>