Shades of Myrtle #144017
Tints of Myrtle #144017
RGB
CMYK
RGB Variations
Color information
#144017 (or 0x144017) is known color: Myrtle. HEX triplet: 14, 40 and 17. RGB value is (20,64,23). Sum of RGB (Red+Green+Blue) = 20+64+23=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #144017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144017 is #EBBFE8. Grayscale: #2E2E2E. Windows color (decimal): -15450089 or 1523732. OLE color: 1523732.
HSL color Cylindrical-coordinate representation of color #144017: hue angle of 124.09º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144017 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 64 | 23 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.75 |
| HSL | 124.09º | 0.52% | 0.16% | - |
| HSV(B) | 124.09º | 0.69% | 0.25% | - |
| XYZ | 2.28 | 3.88 | 1.44 | - |
| YUV | 46.17 | 114.92 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 23 | 0.69 | 0 | 0.64 | 0.75 | 124.09 | 0.52 | 0.16 |
| Hex | 14 | 40 | 17 | 45 | 0 | 40 | 4B | 7C | 34 | 10 |
| Octal | 24 | 100 | 27 | 105 | 0 | 100 | 113 | 174 | 64 | 20 |
| Binary | 10100 | 1000000 | 10111 | 1000101 | 0 | 1000000 | 1001011 | 1111100 | 110100 | 10000 |
Color Harmonies of #144017
Complementary color
Monochromatic Colors of #144017
Black with #144017
Text Example
Text Example
White with #144017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144017; }
p { color: rgb(20,64,23); }
H1.HeaderClassName
{
color: #144017;
}
.AnyTagClassName
{
color: #144017;
}
</style>
background-color css
<style>
a { background-color: #144017; }
a { background-color: rgb(20,64,23); }
div.DivClassName
{
background-color: #144017;
}
.BgClassName
{
background-color: #144017;
}
</style>
border-color css
<style>
span { border-color: #144017; }
span { border-color: rgb(20,64,23); }
td.TdClassName
{
border-color: #144017;
}
.TagClassName
{
border-color: #144017;
}
</style>