Shades of Myrtle #144E03
Tints of Myrtle #144E03
RGB
CMYK
RGB Variations
Color information
#144E03 (or 0x144E03) is known color: Myrtle. HEX triplet: 14, 4E and 03. RGB value is (20,78,3). Sum of RGB (Red+Green+Blue) = 20+78+3=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 78 (30.86% from 255 or 77.23% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 78 - color contains mainly: green. Hex color #144E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #144E03 is #EBB1FC. Grayscale: #343434. Windows color (decimal): -15446525 or 216596. OLE color: 216596.
HSL color Cylindrical-coordinate representation of color #144E03: hue angle of 106.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #144E03 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 78 | 3 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.69 |
| HSL | 106.4º | 0.93% | 0.16% | - |
| HSV(B) | 106.4º | 0.96% | 0.31% | - |
| XYZ | 3.03 | 5.6 | 1.01 | - |
| YUV | 52.11 | 100.28 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 3 | 0.74 | 0 | 0.96 | 0.69 | 106.4 | 0.93 | 0.16 |
| Hex | 14 | 4E | 3 | 4A | 0 | 60 | 45 | 6A | 5D | 10 |
| Octal | 24 | 116 | 3 | 112 | 0 | 140 | 105 | 152 | 135 | 20 |
| Binary | 10100 | 1001110 | 11 | 1001010 | 0 | 1100000 | 1000101 | 1101010 | 1011101 | 10000 |
Color Harmonies of #144E03
Complementary color
Monochromatic Colors of #144E03
Black with #144E03
Text Example
Text Example
White with #144E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E03; }
p { color: rgb(20,78,3); }
H1.HeaderClassName
{
color: #144E03;
}
.AnyTagClassName
{
color: #144E03;
}
</style>
background-color css
<style>
a { background-color: #144E03; }
a { background-color: rgb(20,78,3); }
div.DivClassName
{
background-color: #144E03;
}
.BgClassName
{
background-color: #144E03;
}
</style>
border-color css
<style>
span { border-color: #144E03; }
span { border-color: rgb(20,78,3); }
td.TdClassName
{
border-color: #144E03;
}
.TagClassName
{
border-color: #144E03;
}
</style>