Shades of Myrtle #145611
Tints of Myrtle #145611
RGB
CMYK
RGB Variations
Color information
#145611 (or 0x145611) is known color: Myrtle. HEX triplet: 14, 56 and 11. RGB value is (20,86,17). Sum of RGB (Red+Green+Blue) = 20+86+17=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 86 (33.98% from 255 or 69.92% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 86 - color contains mainly: green. Hex color #145611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145611 is #EBA9EE. Grayscale: #3A3A3A. Windows color (decimal): -15444463 or 1136148. OLE color: 1136148.
HSL color Cylindrical-coordinate representation of color #145611: hue angle of 117.39º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145611 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 86 | 17 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.66 |
| HSL | 117.39º | 0.67% | 0.2% | - |
| HSV(B) | 117.39º | 0.8% | 0.34% | - |
| XYZ | 3.72 | 6.84 | 1.66 | - |
| YUV | 58.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 86 | 17 | 0.77 | 0 | 0.80 | 0.66 | 117.39 | 0.67 | 0.2 |
| Hex | 14 | 56 | 11 | 4D | 0 | 50 | 42 | 75 | 43 | 14 |
| Octal | 24 | 126 | 21 | 115 | 0 | 120 | 102 | 165 | 103 | 24 |
| Binary | 10100 | 1010110 | 10001 | 1001101 | 0 | 1010000 | 1000010 | 1110101 | 1000011 | 10100 |
Color Harmonies of #145611
Complementary color
Monochromatic Colors of #145611
Black with #145611
Text Example
Text Example
White with #145611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145611; }
p { color: rgb(20,86,17); }
H1.HeaderClassName
{
color: #145611;
}
.AnyTagClassName
{
color: #145611;
}
</style>
background-color css
<style>
a { background-color: #145611; }
a { background-color: rgb(20,86,17); }
div.DivClassName
{
background-color: #145611;
}
.BgClassName
{
background-color: #145611;
}
</style>
border-color css
<style>
span { border-color: #145611; }
span { border-color: rgb(20,86,17); }
td.TdClassName
{
border-color: #145611;
}
.TagClassName
{
border-color: #145611;
}
</style>