Shades of Myrtle #146414
Tints of Myrtle #146414
RGB
CMYK
RGB Variations
Color information
#146414 (or 0x146414) is known color: Myrtle. HEX triplet: 14, 64 and 14. RGB value is (20,100,20). Sum of RGB (Red+Green+Blue) = 20+100+20=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 100 (39.45% from 255 or 71.43% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 100 - color contains mainly: green. Hex color #146414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146414 is #EB9BEB. Grayscale: #434343. Windows color (decimal): -15440876 or 1336340. OLE color: 1336340.
HSL color Cylindrical-coordinate representation of color #146414: hue angle of 120º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146414 is Cyan = 0.8, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 20 | - |
| CMYK | 0.8 | 0 | 0.8 | 0.61 |
| HSL | 120º | 0.67% | 0.24% | - |
| HSV(B) | 120º | 0.8% | 0.39% | - |
| XYZ | 4.97 | 9.31 | 2.2 | - |
| YUV | 66.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 20 | 0.8 | 0 | 0.8 | 0.61 | 120 | 0.67 | 0.24 |
| Hex | 14 | 64 | 14 | 50 | 0 | 50 | 3D | 78 | 43 | 18 |
| Octal | 24 | 144 | 24 | 120 | 0 | 120 | 75 | 170 | 103 | 30 |
| Binary | 10100 | 1100100 | 10100 | 1010000 | 0 | 1010000 | 111101 | 1111000 | 1000011 | 11000 |
Color Harmonies of #146414
Complementary color
Monochromatic Colors of #146414
Black with #146414
Text Example
Text Example
White with #146414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146414; }
p { color: rgb(20,100,20); }
H1.HeaderClassName
{
color: #146414;
}
.AnyTagClassName
{
color: #146414;
}
</style>
background-color css
<style>
a { background-color: #146414; }
a { background-color: rgb(20,100,20); }
div.DivClassName
{
background-color: #146414;
}
.BgClassName
{
background-color: #146414;
}
</style>
border-color css
<style>
span { border-color: #146414; }
span { border-color: rgb(20,100,20); }
td.TdClassName
{
border-color: #146414;
}
.TagClassName
{
border-color: #146414;
}
</style>