Shades of Myrtle #144001
Tints of Myrtle #144001
RGB
CMYK
RGB Variations
Color information
#144001 (or 0x144001) is known color: Myrtle. HEX triplet: 14, 40 and 01. RGB value is (20,64,1). Sum of RGB (Red+Green+Blue) = 20+64+1=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #144001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144001 is #EBBFFE. Grayscale: #2B2B2B. Windows color (decimal): -15450111 or 81940. OLE color: 81940.
HSL color Cylindrical-coordinate representation of color #144001: hue angle of 101.9º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #144001 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 64 | 1 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.75 |
| HSL | 101.9º | 0.97% | 0.13% | - |
| HSV(B) | 101.9º | 0.98% | 0.25% | - |
| XYZ | 2.13 | 3.82 | 0.65 | - |
| YUV | 43.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 1 | 0.69 | 0 | 0.98 | 0.75 | 101.9 | 0.97 | 0.13 |
| Hex | 14 | 40 | 1 | 45 | 0 | 62 | 4B | 66 | 61 | D |
| Octal | 24 | 100 | 1 | 105 | 0 | 142 | 113 | 146 | 141 | 15 |
| Binary | 10100 | 1000000 | 1 | 1000101 | 0 | 1100010 | 1001011 | 1100110 | 1100001 | 1101 |
Color Harmonies of #144001
Complementary color
Monochromatic Colors of #144001
Black with #144001
Text Example
Text Example
White with #144001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144001; }
p { color: rgb(20,64,1); }
H1.HeaderClassName
{
color: #144001;
}
.AnyTagClassName
{
color: #144001;
}
</style>
background-color css
<style>
a { background-color: #144001; }
a { background-color: rgb(20,64,1); }
div.DivClassName
{
background-color: #144001;
}
.BgClassName
{
background-color: #144001;
}
</style>
border-color css
<style>
span { border-color: #144001; }
span { border-color: rgb(20,64,1); }
td.TdClassName
{
border-color: #144001;
}
.TagClassName
{
border-color: #144001;
}
</style>