Shades of Myrtle #144C17
Tints of Myrtle #144C17
RGB
CMYK
RGB Variations
Color information
#144C17 (or 0x144C17) is known color: Myrtle. HEX triplet: 14, 4C and 17. RGB value is (20,76,23). Sum of RGB (Red+Green+Blue) = 20+76+23=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #144C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144C17 is #EBB3E8. Grayscale: #353535. Windows color (decimal): -15447017 or 1526804. OLE color: 1526804.
HSL color Cylindrical-coordinate representation of color #144C17: hue angle of 123.21º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C17 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 76 | 23 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.70 |
| HSL | 123.21º | 0.58% | 0.19% | - |
| HSV(B) | 123.21º | 0.74% | 0.3% | - |
| XYZ | 3.03 | 5.38 | 1.69 | - |
| YUV | 53.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 23 | 0.74 | 0 | 0.70 | 0.70 | 123.21 | 0.58 | 0.19 |
| Hex | 14 | 4C | 17 | 4A | 0 | 46 | 46 | 7B | 3A | 13 |
| Octal | 24 | 114 | 27 | 112 | 0 | 106 | 106 | 173 | 72 | 23 |
| Binary | 10100 | 1001100 | 10111 | 1001010 | 0 | 1000110 | 1000110 | 1111011 | 111010 | 10011 |
Color Harmonies of #144C17
Complementary color
Monochromatic Colors of #144C17
Black with #144C17
Text Example
Text Example
White with #144C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C17; }
p { color: rgb(20,76,23); }
H1.HeaderClassName
{
color: #144C17;
}
.AnyTagClassName
{
color: #144C17;
}
</style>
background-color css
<style>
a { background-color: #144C17; }
a { background-color: rgb(20,76,23); }
div.DivClassName
{
background-color: #144C17;
}
.BgClassName
{
background-color: #144C17;
}
</style>
border-color css
<style>
span { border-color: #144C17; }
span { border-color: rgb(20,76,23); }
td.TdClassName
{
border-color: #144C17;
}
.TagClassName
{
border-color: #144C17;
}
</style>