Shades of Myrtle #146018
Tints of Myrtle #146018
RGB
CMYK
RGB Variations
Color information
#146018 (or 0x146018) is known color: Myrtle. HEX triplet: 14, 60 and 18. RGB value is (20,96,24). Sum of RGB (Red+Green+Blue) = 20+96+24=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #146018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146018 is #EB9FE7. Grayscale: #414141. Windows color (decimal): -15441896 or 1597460. OLE color: 1597460.
HSL color Cylindrical-coordinate representation of color #146018: hue angle of 123.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146018 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 96 | 24 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.62 |
| HSL | 123.16º | 0.66% | 0.23% | - |
| HSV(B) | 123.16º | 0.79% | 0.38% | - |
| XYZ | 4.64 | 8.58 | 2.28 | - |
| YUV | 65.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 96 | 24 | 0.79 | 0 | 0.75 | 0.62 | 123.16 | 0.66 | 0.23 |
| Hex | 14 | 60 | 18 | 4F | 0 | 4B | 3E | 7B | 42 | 17 |
| Octal | 24 | 140 | 30 | 117 | 0 | 113 | 76 | 173 | 102 | 27 |
| Binary | 10100 | 1100000 | 11000 | 1001111 | 0 | 1001011 | 111110 | 1111011 | 1000010 | 10111 |
Color Harmonies of #146018
Complementary color
Monochromatic Colors of #146018
Black with #146018
Text Example
Text Example
White with #146018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146018; }
p { color: rgb(20,96,24); }
H1.HeaderClassName
{
color: #146018;
}
.AnyTagClassName
{
color: #146018;
}
</style>
background-color css
<style>
a { background-color: #146018; }
a { background-color: rgb(20,96,24); }
div.DivClassName
{
background-color: #146018;
}
.BgClassName
{
background-color: #146018;
}
</style>
border-color css
<style>
span { border-color: #146018; }
span { border-color: rgb(20,96,24); }
td.TdClassName
{
border-color: #146018;
}
.TagClassName
{
border-color: #146018;
}
</style>