Shades of Myrtle #144B1B
Tints of Myrtle #144B1B
RGB
CMYK
RGB Variations
Color information
#144B1B (or 0x144B1B) is known color: Myrtle. HEX triplet: 14, 4B and 1B. RGB value is (20,75,27). Sum of RGB (Red+Green+Blue) = 20+75+27=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #144B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B1B is #EBB4E4. Grayscale: #353535. Windows color (decimal): -15447269 or 1788692. OLE color: 1788692.
HSL color Cylindrical-coordinate representation of color #144B1B: hue angle of 127.64º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B1B is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 75 | 27 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.71 |
| HSL | 127.64º | 0.58% | 0.19% | - |
| HSV(B) | 127.64º | 0.73% | 0.29% | - |
| XYZ | 3 | 5.26 | 1.89 | - |
| YUV | 53.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 27 | 0.73 | 0 | 0.64 | 0.71 | 127.64 | 0.58 | 0.19 |
| Hex | 14 | 4B | 1B | 49 | 0 | 40 | 47 | 80 | 3A | 13 |
| Octal | 24 | 113 | 33 | 111 | 0 | 100 | 107 | 200 | 72 | 23 |
| Binary | 10100 | 1001011 | 11011 | 1001001 | 0 | 1000000 | 1000111 | 10000000 | 111010 | 10011 |
Color Harmonies of #144B1B
Complementary color
Monochromatic Colors of #144B1B
Black with #144B1B
Text Example
Text Example
White with #144B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B1B; }
p { color: rgb(20,75,27); }
H1.HeaderClassName
{
color: #144B1B;
}
.AnyTagClassName
{
color: #144B1B;
}
</style>
background-color css
<style>
a { background-color: #144B1B; }
a { background-color: rgb(20,75,27); }
div.DivClassName
{
background-color: #144B1B;
}
.BgClassName
{
background-color: #144B1B;
}
</style>
border-color css
<style>
span { border-color: #144B1B; }
span { border-color: rgb(20,75,27); }
td.TdClassName
{
border-color: #144B1B;
}
.TagClassName
{
border-color: #144B1B;
}
</style>