Shades of Myrtle #146013
Tints of Myrtle #146013
RGB
CMYK
RGB Variations
Color information
#146013 (or 0x146013) is known color: Myrtle. HEX triplet: 14, 60 and 13. RGB value is (20,96,19). Sum of RGB (Red+Green+Blue) = 20+96+19=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 96 (37.89% from 255 or 71.11% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 96 - color contains mainly: green. Hex color #146013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146013 is #EB9FEC. Grayscale: #404040. Windows color (decimal): -15441901 or 1269780. OLE color: 1269780.
HSL color Cylindrical-coordinate representation of color #146013: hue angle of 119.22º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146013 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 19 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.62 |
| HSL | 119.22º | 0.67% | 0.23% | - |
| HSV(B) | 119.22º | 0.8% | 0.38% | - |
| XYZ | 4.59 | 8.56 | 2.03 | - |
| YUV | 64.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 19 | 0.79 | 0 | 0.80 | 0.62 | 119.22 | 0.67 | 0.23 |
| Hex | 14 | 60 | 13 | 4F | 0 | 50 | 3E | 77 | 43 | 17 |
| Octal | 24 | 140 | 23 | 117 | 0 | 120 | 76 | 167 | 103 | 27 |
| Binary | 10100 | 1100000 | 10011 | 1001111 | 0 | 1010000 | 111110 | 1110111 | 1000011 | 10111 |
Color Harmonies of #146013
Complementary color
Monochromatic Colors of #146013
Black with #146013
Text Example
Text Example
White with #146013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146013; }
p { color: rgb(20,96,19); }
H1.HeaderClassName
{
color: #146013;
}
.AnyTagClassName
{
color: #146013;
}
</style>
background-color css
<style>
a { background-color: #146013; }
a { background-color: rgb(20,96,19); }
div.DivClassName
{
background-color: #146013;
}
.BgClassName
{
background-color: #146013;
}
</style>
border-color css
<style>
span { border-color: #146013; }
span { border-color: rgb(20,96,19); }
td.TdClassName
{
border-color: #146013;
}
.TagClassName
{
border-color: #146013;
}
</style>