Shades of Myrtle #145511
Tints of Myrtle #145511
RGB
CMYK
RGB Variations
Color information
#145511 (or 0x145511) is known color: Myrtle. HEX triplet: 14, 55 and 11. RGB value is (20,85,17). Sum of RGB (Red+Green+Blue) = 20+85+17=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #145511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145511 is #EBAAEE. Grayscale: #3A3A3A. Windows color (decimal): -15444719 or 1135892. OLE color: 1135892.
HSL color Cylindrical-coordinate representation of color #145511: hue angle of 117.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145511 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 17 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.67 |
| HSL | 117.35º | 0.67% | 0.2% | - |
| HSV(B) | 117.35º | 0.8% | 0.33% | - |
| XYZ | 3.64 | 6.69 | 1.63 | - |
| YUV | 57.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 17 | 0.76 | 0 | 0.80 | 0.67 | 117.35 | 0.67 | 0.2 |
| Hex | 14 | 55 | 11 | 4C | 0 | 50 | 43 | 75 | 43 | 14 |
| Octal | 24 | 125 | 21 | 114 | 0 | 120 | 103 | 165 | 103 | 24 |
| Binary | 10100 | 1010101 | 10001 | 1001100 | 0 | 1010000 | 1000011 | 1110101 | 1000011 | 10100 |
Color Harmonies of #145511
Complementary color
Monochromatic Colors of #145511
Black with #145511
Text Example
Text Example
White with #145511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145511; }
p { color: rgb(20,85,17); }
H1.HeaderClassName
{
color: #145511;
}
.AnyTagClassName
{
color: #145511;
}
</style>
background-color css
<style>
a { background-color: #145511; }
a { background-color: rgb(20,85,17); }
div.DivClassName
{
background-color: #145511;
}
.BgClassName
{
background-color: #145511;
}
</style>
border-color css
<style>
span { border-color: #145511; }
span { border-color: rgb(20,85,17); }
td.TdClassName
{
border-color: #145511;
}
.TagClassName
{
border-color: #145511;
}
</style>