Shades of Myrtle #146415
Tints of Myrtle #146415
RGB
CMYK
RGB Variations
Color information
#146415 (or 0x146415) is known color: Myrtle. HEX triplet: 14, 64 and 15. RGB value is (20,100,21). Sum of RGB (Red+Green+Blue) = 20+100+21=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #146415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146415 is #EB9BEA. Grayscale: #434343. Windows color (decimal): -15440875 or 1401876. OLE color: 1401876.
HSL color Cylindrical-coordinate representation of color #146415: hue angle of 120.75º 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 #146415 is Cyan = 0.8, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 21 | - |
| CMYK | 0.8 | 0 | 0.79 | 0.61 |
| HSL | 120.75º | 0.67% | 0.24% | - |
| HSV(B) | 120.75º | 0.8% | 0.39% | - |
| XYZ | 4.98 | 9.32 | 2.25 | - |
| YUV | 67.07 | 102 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 21 | 0.8 | 0 | 0.79 | 0.61 | 120.75 | 0.67 | 0.24 |
| Hex | 14 | 64 | 15 | 50 | 0 | 4F | 3D | 79 | 43 | 18 |
| Octal | 24 | 144 | 25 | 120 | 0 | 117 | 75 | 171 | 103 | 30 |
| Binary | 10100 | 1100100 | 10101 | 1010000 | 0 | 1001111 | 111101 | 1111001 | 1000011 | 11000 |
Color Harmonies of #146415
Complementary color
Monochromatic Colors of #146415
Black with #146415
Text Example
Text Example
White with #146415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146415; }
p { color: rgb(20,100,21); }
H1.HeaderClassName
{
color: #146415;
}
.AnyTagClassName
{
color: #146415;
}
</style>
background-color css
<style>
a { background-color: #146415; }
a { background-color: rgb(20,100,21); }
div.DivClassName
{
background-color: #146415;
}
.BgClassName
{
background-color: #146415;
}
</style>
border-color css
<style>
span { border-color: #146415; }
span { border-color: rgb(20,100,21); }
td.TdClassName
{
border-color: #146415;
}
.TagClassName
{
border-color: #146415;
}
</style>