Shades of Myrtle #144100
Tints of Myrtle #144100
RGB
CMYK
RGB Variations
Color information
#144100 (or 0x144100) is known color: Myrtle. HEX triplet: 14, 41 and 00. RGB value is (20,65,0). Sum of RGB (Red+Green+Blue) = 20+65+0=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 65 (25.78% from 255 or 76.47% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 65 - color contains mainly: green. Hex color #144100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144100 is #EBBEFF. Grayscale: #2C2C2C. Windows color (decimal): -15449856 or 16660. OLE color: 16660.
HSL color Cylindrical-coordinate representation of color #144100: hue angle of 101.54º 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 #144100 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.75 |
| HSL | 101.54º | 1% | 0.13% | - |
| HSV(B) | 101.54º | 1% | 0.25% | - |
| XYZ | 2.18 | 3.93 | 0.64 | - |
| YUV | 44.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 0 | 0.69 | 0 | 1 | 0.75 | 101.54 | 1 | 0.13 |
| Hex | 14 | 41 | 0 | 45 | 0 | 64 | 4B | 66 | 64 | D |
| Octal | 24 | 101 | 0 | 105 | 0 | 144 | 113 | 146 | 144 | 15 |
| Binary | 10100 | 1000001 | 0 | 1000101 | 0 | 1100100 | 1001011 | 1100110 | 1100100 | 1101 |
Color Harmonies of #144100
Complementary color
Monochromatic Colors of #144100
Black with #144100
Text Example
Text Example
White with #144100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144100; }
p { color: rgb(20,65,0); }
H1.HeaderClassName
{
color: #144100;
}
.AnyTagClassName
{
color: #144100;
}
</style>
background-color css
<style>
a { background-color: #144100; }
a { background-color: rgb(20,65,0); }
div.DivClassName
{
background-color: #144100;
}
.BgClassName
{
background-color: #144100;
}
</style>
border-color css
<style>
span { border-color: #144100; }
span { border-color: rgb(20,65,0); }
td.TdClassName
{
border-color: #144100;
}
.TagClassName
{
border-color: #144100;
}
</style>