Shades of Myrtle #144000
Tints of Myrtle #144000
RGB
CMYK
RGB Variations
Color information
#144000 (or 0x144000) is known color: Myrtle. HEX triplet: 14, 40 and 00. RGB value is (20,64,0). Sum of RGB (Red+Green+Blue) = 20+64+0=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #144000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144000 is #EBBFFF. Grayscale: #2B2B2B. Windows color (decimal): -15450112 or 16404. OLE color: 16404.
HSL color Cylindrical-coordinate representation of color #144000: hue angle of 101.25º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #144000 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 64 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.75 |
| HSL | 101.25º | 1% | 0.13% | - |
| HSV(B) | 101.25º | 1% | 0.25% | - |
| XYZ | 2.12 | 3.82 | 0.62 | - |
| YUV | 43.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 0 | 0.69 | 0 | 1 | 0.75 | 101.25 | 1 | 0.13 |
| Hex | 14 | 40 | 0 | 45 | 0 | 64 | 4B | 65 | 64 | D |
| Octal | 24 | 100 | 0 | 105 | 0 | 144 | 113 | 145 | 144 | 15 |
| Binary | 10100 | 1000000 | 0 | 1000101 | 0 | 1100100 | 1001011 | 1100101 | 1100100 | 1101 |
Color Harmonies of #144000
Complementary color
Monochromatic Colors of #144000
Black with #144000
Text Example
Text Example
White with #144000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144000; }
p { color: rgb(20,64,0); }
H1.HeaderClassName
{
color: #144000;
}
.AnyTagClassName
{
color: #144000;
}
</style>
background-color css
<style>
a { background-color: #144000; }
a { background-color: rgb(20,64,0); }
div.DivClassName
{
background-color: #144000;
}
.BgClassName
{
background-color: #144000;
}
</style>
border-color css
<style>
span { border-color: #144000; }
span { border-color: rgb(20,64,0); }
td.TdClassName
{
border-color: #144000;
}
.TagClassName
{
border-color: #144000;
}
</style>