Shades of Myrtle #144114
Tints of Myrtle #144114
RGB
CMYK
RGB Variations
Color information
#144114 (or 0x144114) is known color: Myrtle. HEX triplet: 14, 41 and 14. RGB value is (20,65,20). Sum of RGB (Red+Green+Blue) = 20+65+20=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #144114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144114 is #EBBEEB. Grayscale: #2E2E2E. Windows color (decimal): -15449836 or 1327380. OLE color: 1327380.
HSL color Cylindrical-coordinate representation of color #144114: hue angle of 120º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144114 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 20 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.75 |
| HSL | 120º | 0.53% | 0.17% | - |
| HSV(B) | 120º | 0.69% | 0.25% | - |
| XYZ | 2.31 | 3.98 | 1.31 | - |
| YUV | 46.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 20 | 0.69 | 0 | 0.69 | 0.75 | 120 | 0.53 | 0.17 |
| Hex | 14 | 41 | 14 | 45 | 0 | 45 | 4B | 78 | 35 | 11 |
| Octal | 24 | 101 | 24 | 105 | 0 | 105 | 113 | 170 | 65 | 21 |
| Binary | 10100 | 1000001 | 10100 | 1000101 | 0 | 1000101 | 1001011 | 1111000 | 110101 | 10001 |
Color Harmonies of #144114
Complementary color
Monochromatic Colors of #144114
Black with #144114
Text Example
Text Example
White with #144114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144114; }
p { color: rgb(20,65,20); }
H1.HeaderClassName
{
color: #144114;
}
.AnyTagClassName
{
color: #144114;
}
</style>
background-color css
<style>
a { background-color: #144114; }
a { background-color: rgb(20,65,20); }
div.DivClassName
{
background-color: #144114;
}
.BgClassName
{
background-color: #144114;
}
</style>
border-color css
<style>
span { border-color: #144114; }
span { border-color: rgb(20,65,20); }
td.TdClassName
{
border-color: #144114;
}
.TagClassName
{
border-color: #144114;
}
</style>