Shades of Myrtle #144910
Tints of Myrtle #144910
RGB
CMYK
RGB Variations
Color information
#144910 (or 0x144910) is known color: Myrtle. HEX triplet: 14, 49 and 10. RGB value is (20,73,16). Sum of RGB (Red+Green+Blue) = 20+73+16=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #144910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144910 is #EBB6EF. Grayscale: #323232. Windows color (decimal): -15447792 or 1067284. OLE color: 1067284.
HSL color Cylindrical-coordinate representation of color #144910: hue angle of 115.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #144910 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 73 | 16 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.71 |
| HSL | 115.79º | 0.64% | 0.17% | - |
| HSV(B) | 115.79º | 0.78% | 0.29% | - |
| XYZ | 2.76 | 4.95 | 1.3 | - |
| YUV | 50.66 | 108.44 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 16 | 0.73 | 0 | 0.78 | 0.71 | 115.79 | 0.64 | 0.17 |
| Hex | 14 | 49 | 10 | 49 | 0 | 4E | 47 | 74 | 40 | 11 |
| Octal | 24 | 111 | 20 | 111 | 0 | 116 | 107 | 164 | 100 | 21 |
| Binary | 10100 | 1001001 | 10000 | 1001001 | 0 | 1001110 | 1000111 | 1110100 | 1000000 | 10001 |
Color Harmonies of #144910
Complementary color
Monochromatic Colors of #144910
Black with #144910
Text Example
Text Example
White with #144910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144910; }
p { color: rgb(20,73,16); }
H1.HeaderClassName
{
color: #144910;
}
.AnyTagClassName
{
color: #144910;
}
</style>
background-color css
<style>
a { background-color: #144910; }
a { background-color: rgb(20,73,16); }
div.DivClassName
{
background-color: #144910;
}
.BgClassName
{
background-color: #144910;
}
</style>
border-color css
<style>
span { border-color: #144910; }
span { border-color: rgb(20,73,16); }
td.TdClassName
{
border-color: #144910;
}
.TagClassName
{
border-color: #144910;
}
</style>