Shades of Myrtle #144A1B
Tints of Myrtle #144A1B
RGB
CMYK
RGB Variations
Color information
#144A1B (or 0x144A1B) is known color: Myrtle. HEX triplet: 14, 4A and 1B. RGB value is (20,74,27). Sum of RGB (Red+Green+Blue) = 20+74+27=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 74 (29.30% from 255 or 61.16% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 74 - color contains mainly: green. Hex color #144A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A1B is #EBB5E4. Grayscale: #343434. Windows color (decimal): -15447525 or 1788436. OLE color: 1788436.
HSL color Cylindrical-coordinate representation of color #144A1B: hue angle of 127.78º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A1B is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 27 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.71 |
| HSL | 127.78º | 0.57% | 0.18% | - |
| HSV(B) | 127.78º | 0.73% | 0.29% | - |
| XYZ | 2.94 | 5.13 | 1.87 | - |
| YUV | 52.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 27 | 0.73 | 0 | 0.64 | 0.71 | 127.78 | 0.57 | 0.18 |
| Hex | 14 | 4A | 1B | 49 | 0 | 40 | 47 | 80 | 39 | 12 |
| Octal | 24 | 112 | 33 | 111 | 0 | 100 | 107 | 200 | 71 | 22 |
| Binary | 10100 | 1001010 | 11011 | 1001001 | 0 | 1000000 | 1000111 | 10000000 | 111001 | 10010 |
Color Harmonies of #144A1B
Complementary color
Monochromatic Colors of #144A1B
Black with #144A1B
Text Example
Text Example
White with #144A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A1B; }
p { color: rgb(20,74,27); }
H1.HeaderClassName
{
color: #144A1B;
}
.AnyTagClassName
{
color: #144A1B;
}
</style>
background-color css
<style>
a { background-color: #144A1B; }
a { background-color: rgb(20,74,27); }
div.DivClassName
{
background-color: #144A1B;
}
.BgClassName
{
background-color: #144A1B;
}
</style>
border-color css
<style>
span { border-color: #144A1B; }
span { border-color: rgb(20,74,27); }
td.TdClassName
{
border-color: #144A1B;
}
.TagClassName
{
border-color: #144A1B;
}
</style>