Shades of Myrtle #145506
Tints of Myrtle #145506
RGB
CMYK
RGB Variations
Color information
#145506 (or 0x145506) is known color: Myrtle. HEX triplet: 14, 55 and 06. RGB value is (20,85,6). Sum of RGB (Red+Green+Blue) = 20+85+6=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 85 (33.59% from 255 or 76.58% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 85 - color contains mainly: green. Hex color #145506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145506 is #EBAAF9. Grayscale: #383838. Windows color (decimal): -15444730 or 414996. OLE color: 414996.
HSL color Cylindrical-coordinate representation of color #145506: hue angle of 109.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #145506 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 6 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.67 |
| HSL | 109.37º | 0.87% | 0.18% | - |
| HSV(B) | 109.37º | 0.93% | 0.33% | - |
| XYZ | 3.57 | 6.66 | 1.27 | - |
| YUV | 56.56 | 99.47 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 6 | 0.76 | 0 | 0.93 | 0.67 | 109.37 | 0.87 | 0.18 |
| Hex | 14 | 55 | 6 | 4C | 0 | 5D | 43 | 6D | 57 | 12 |
| Octal | 24 | 125 | 6 | 114 | 0 | 135 | 103 | 155 | 127 | 22 |
| Binary | 10100 | 1010101 | 110 | 1001100 | 0 | 1011101 | 1000011 | 1101101 | 1010111 | 10010 |
Color Harmonies of #145506
Complementary color
Monochromatic Colors of #145506
Black with #145506
Text Example
Text Example
White with #145506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145506; }
p { color: rgb(20,85,6); }
H1.HeaderClassName
{
color: #145506;
}
.AnyTagClassName
{
color: #145506;
}
</style>
background-color css
<style>
a { background-color: #145506; }
a { background-color: rgb(20,85,6); }
div.DivClassName
{
background-color: #145506;
}
.BgClassName
{
background-color: #145506;
}
</style>
border-color css
<style>
span { border-color: #145506; }
span { border-color: rgb(20,85,6); }
td.TdClassName
{
border-color: #145506;
}
.TagClassName
{
border-color: #145506;
}
</style>