Shades of Myrtle #144617
Tints of Myrtle #144617
RGB
CMYK
RGB Variations
Color information
#144617 (or 0x144617) is known color: Myrtle. HEX triplet: 14, 46 and 17. RGB value is (20,70,23). Sum of RGB (Red+Green+Blue) = 20+70+23=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 70 (27.73% from 255 or 61.95% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 70 - color contains mainly: green. Hex color #144617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144617 is #EBB9E8. Grayscale: #313131. Windows color (decimal): -15448553 or 1525268. OLE color: 1525268.
HSL color Cylindrical-coordinate representation of color #144617: hue angle of 123.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144617 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 70 | 23 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.73 |
| HSL | 123.6º | 0.56% | 0.18% | - |
| HSV(B) | 123.6º | 0.71% | 0.27% | - |
| XYZ | 2.63 | 4.59 | 1.56 | - |
| YUV | 49.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 23 | 0.71 | 0 | 0.67 | 0.73 | 123.6 | 0.56 | 0.18 |
| Hex | 14 | 46 | 17 | 47 | 0 | 43 | 49 | 7C | 38 | 12 |
| Octal | 24 | 106 | 27 | 107 | 0 | 103 | 111 | 174 | 70 | 22 |
| Binary | 10100 | 1000110 | 10111 | 1000111 | 0 | 1000011 | 1001001 | 1111100 | 111000 | 10010 |
Color Harmonies of #144617
Complementary color
Monochromatic Colors of #144617
Black with #144617
Text Example
Text Example
White with #144617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144617; }
p { color: rgb(20,70,23); }
H1.HeaderClassName
{
color: #144617;
}
.AnyTagClassName
{
color: #144617;
}
</style>
background-color css
<style>
a { background-color: #144617; }
a { background-color: rgb(20,70,23); }
div.DivClassName
{
background-color: #144617;
}
.BgClassName
{
background-color: #144617;
}
</style>
border-color css
<style>
span { border-color: #144617; }
span { border-color: rgb(20,70,23); }
td.TdClassName
{
border-color: #144617;
}
.TagClassName
{
border-color: #144617;
}
</style>