Shades of Myrtle #145903
Tints of Myrtle #145903
RGB
CMYK
RGB Variations
Color information
#145903 (or 0x145903) is known color: Myrtle. HEX triplet: 14, 59 and 03. RGB value is (20,89,3). Sum of RGB (Red+Green+Blue) = 20+89+3=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 89 (35.16% from 255 or 79.46% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 89 - color contains mainly: green. Hex color #145903 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145903 is #EBA6FC. Grayscale: #3A3A3A. Windows color (decimal): -15443709 or 219412. OLE color: 219412.
HSL color Cylindrical-coordinate representation of color #145903: hue angle of 108.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #145903 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 89 | 3 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.65 |
| HSL | 108.14º | 0.93% | 0.18% | - |
| HSV(B) | 108.14º | 0.97% | 0.35% | - |
| XYZ | 3.88 | 7.3 | 1.29 | - |
| YUV | 58.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 3 | 0.78 | 0 | 0.97 | 0.65 | 108.14 | 0.93 | 0.18 |
| Hex | 14 | 59 | 3 | 4E | 0 | 61 | 41 | 6C | 5D | 12 |
| Octal | 24 | 131 | 3 | 116 | 0 | 141 | 101 | 154 | 135 | 22 |
| Binary | 10100 | 1011001 | 11 | 1001110 | 0 | 1100001 | 1000001 | 1101100 | 1011101 | 10010 |
Color Harmonies of #145903
Complementary color
Monochromatic Colors of #145903
Black with #145903
Text Example
Text Example
White with #145903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145903; }
p { color: rgb(20,89,3); }
H1.HeaderClassName
{
color: #145903;
}
.AnyTagClassName
{
color: #145903;
}
</style>
background-color css
<style>
a { background-color: #145903; }
a { background-color: rgb(20,89,3); }
div.DivClassName
{
background-color: #145903;
}
.BgClassName
{
background-color: #145903;
}
</style>
border-color css
<style>
span { border-color: #145903; }
span { border-color: rgb(20,89,3); }
td.TdClassName
{
border-color: #145903;
}
.TagClassName
{
border-color: #145903;
}
</style>