Shades of Myrtle #144614
Tints of Myrtle #144614
RGB
CMYK
RGB Variations
Color information
#144614 (or 0x144614) is known color: Myrtle. HEX triplet: 14, 46 and 14. RGB value is (20,70,20). Sum of RGB (Red+Green+Blue) = 20+70+20=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #144614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #144614 is #EBB9EB. Grayscale: #313131. Windows color (decimal): -15448556 or 1328660. OLE color: 1328660.
HSL color Cylindrical-coordinate representation of color #144614: hue angle of 120º 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 #144614 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 70 | 20 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.73 |
| HSL | 120º | 0.56% | 0.18% | - |
| HSV(B) | 120º | 0.71% | 0.27% | - |
| XYZ | 2.6 | 4.58 | 1.41 | - |
| YUV | 49.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 20 | 0.71 | 0 | 0.71 | 0.73 | 120 | 0.56 | 0.18 |
| Hex | 14 | 46 | 14 | 47 | 0 | 47 | 49 | 78 | 38 | 12 |
| Octal | 24 | 106 | 24 | 107 | 0 | 107 | 111 | 170 | 70 | 22 |
| Binary | 10100 | 1000110 | 10100 | 1000111 | 0 | 1000111 | 1001001 | 1111000 | 111000 | 10010 |
Color Harmonies of #144614
Complementary color
Monochromatic Colors of #144614
Black with #144614
Text Example
Text Example
White with #144614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144614; }
p { color: rgb(20,70,20); }
H1.HeaderClassName
{
color: #144614;
}
.AnyTagClassName
{
color: #144614;
}
</style>
background-color css
<style>
a { background-color: #144614; }
a { background-color: rgb(20,70,20); }
div.DivClassName
{
background-color: #144614;
}
.BgClassName
{
background-color: #144614;
}
</style>
border-color css
<style>
span { border-color: #144614; }
span { border-color: rgb(20,70,20); }
td.TdClassName
{
border-color: #144614;
}
.TagClassName
{
border-color: #144614;
}
</style>