Shades of Myrtle #144D1B
Tints of Myrtle #144D1B
RGB
CMYK
RGB Variations
Color information
#144D1B (or 0x144D1B) is known color: Myrtle. HEX triplet: 14, 4D and 1B. RGB value is (20,77,27). Sum of RGB (Red+Green+Blue) = 20+77+27=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 77 (30.47% from 255 or 62.10% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 77 - color contains mainly: green. Hex color #144D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D1B is #EBB2E4. Grayscale: #363636. Windows color (decimal): -15446757 or 1789204. OLE color: 1789204.
HSL color Cylindrical-coordinate representation of color #144D1B: hue angle of 127.37º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144D1B is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 27 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.70 |
| HSL | 127.37º | 0.59% | 0.19% | - |
| HSV(B) | 127.37º | 0.74% | 0.3% | - |
| XYZ | 3.14 | 5.54 | 1.94 | - |
| YUV | 54.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 27 | 0.74 | 0 | 0.65 | 0.70 | 127.37 | 0.59 | 0.19 |
| Hex | 14 | 4D | 1B | 4A | 0 | 41 | 46 | 7F | 3B | 13 |
| Octal | 24 | 115 | 33 | 112 | 0 | 101 | 106 | 177 | 73 | 23 |
| Binary | 10100 | 1001101 | 11011 | 1001010 | 0 | 1000001 | 1000110 | 1111111 | 111011 | 10011 |
Color Harmonies of #144D1B
Complementary color
Monochromatic Colors of #144D1B
Black with #144D1B
Text Example
Text Example
White with #144D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D1B; }
p { color: rgb(20,77,27); }
H1.HeaderClassName
{
color: #144D1B;
}
.AnyTagClassName
{
color: #144D1B;
}
</style>
background-color css
<style>
a { background-color: #144D1B; }
a { background-color: rgb(20,77,27); }
div.DivClassName
{
background-color: #144D1B;
}
.BgClassName
{
background-color: #144D1B;
}
</style>
border-color css
<style>
span { border-color: #144D1B; }
span { border-color: rgb(20,77,27); }
td.TdClassName
{
border-color: #144D1B;
}
.TagClassName
{
border-color: #144D1B;
}
</style>