Shades of Myrtle #145117
Tints of Myrtle #145117
RGB
CMYK
RGB Variations
Color information
#145117 (or 0x145117) is known color: Myrtle. HEX triplet: 14, 51 and 17. RGB value is (20,81,23). Sum of RGB (Red+Green+Blue) = 20+81+23=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #145117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145117 is #EBAEE8. Grayscale: #383838. Windows color (decimal): -15445737 or 1528084. OLE color: 1528084.
HSL color Cylindrical-coordinate representation of color #145117: hue angle of 122.95º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145117 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 23 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.68 |
| HSL | 122.95º | 0.6% | 0.2% | - |
| HSV(B) | 122.95º | 0.75% | 0.32% | - |
| XYZ | 3.39 | 6.1 | 1.81 | - |
| YUV | 56.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 23 | 0.75 | 0 | 0.72 | 0.68 | 122.95 | 0.6 | 0.2 |
| Hex | 14 | 51 | 17 | 4B | 0 | 48 | 44 | 7B | 3C | 14 |
| Octal | 24 | 121 | 27 | 113 | 0 | 110 | 104 | 173 | 74 | 24 |
| Binary | 10100 | 1010001 | 10111 | 1001011 | 0 | 1001000 | 1000100 | 1111011 | 111100 | 10100 |
Color Harmonies of #145117
Complementary color
Monochromatic Colors of #145117
Black with #145117
Text Example
Text Example
White with #145117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145117; }
p { color: rgb(20,81,23); }
H1.HeaderClassName
{
color: #145117;
}
.AnyTagClassName
{
color: #145117;
}
</style>
background-color css
<style>
a { background-color: #145117; }
a { background-color: rgb(20,81,23); }
div.DivClassName
{
background-color: #145117;
}
.BgClassName
{
background-color: #145117;
}
</style>
border-color css
<style>
span { border-color: #145117; }
span { border-color: rgb(20,81,23); }
td.TdClassName
{
border-color: #145117;
}
.TagClassName
{
border-color: #145117;
}
</style>