Shades of Myrtle #146412
Tints of Myrtle #146412
RGB
CMYK
RGB Variations
Color information
#146412 (or 0x146412) is known color: Myrtle. HEX triplet: 14, 64 and 12. RGB value is (20,100,18). Sum of RGB (Red+Green+Blue) = 20+100+18=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 100 (39.45% from 255 or 72.46% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 100 - color contains mainly: green. Hex color #146412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146412 is #EB9BED. Grayscale: #424242. Windows color (decimal): -15440878 or 1205268. OLE color: 1205268.
HSL color Cylindrical-coordinate representation of color #146412: hue angle of 118.54º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146412 is Cyan = 0.8, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 100 | 18 | - |
| CMYK | 0.8 | 0 | 0.82 | 0.61 |
| HSL | 118.54º | 0.69% | 0.23% | - |
| HSV(B) | 118.54º | 0.82% | 0.39% | - |
| XYZ | 4.95 | 9.31 | 2.11 | - |
| YUV | 66.73 | 100.5 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 100 | 18 | 0.8 | 0 | 0.82 | 0.61 | 118.54 | 0.69 | 0.23 |
| Hex | 14 | 64 | 12 | 50 | 0 | 52 | 3D | 77 | 45 | 17 |
| Octal | 24 | 144 | 22 | 120 | 0 | 122 | 75 | 167 | 105 | 27 |
| Binary | 10100 | 1100100 | 10010 | 1010000 | 0 | 1010010 | 111101 | 1110111 | 1000101 | 10111 |
Color Harmonies of #146412
Complementary color
Monochromatic Colors of #146412
Black with #146412
Text Example
Text Example
White with #146412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146412; }
p { color: rgb(20,100,18); }
H1.HeaderClassName
{
color: #146412;
}
.AnyTagClassName
{
color: #146412;
}
</style>
background-color css
<style>
a { background-color: #146412; }
a { background-color: rgb(20,100,18); }
div.DivClassName
{
background-color: #146412;
}
.BgClassName
{
background-color: #146412;
}
</style>
border-color css
<style>
span { border-color: #146412; }
span { border-color: rgb(20,100,18); }
td.TdClassName
{
border-color: #146412;
}
.TagClassName
{
border-color: #146412;
}
</style>