Shades of Myrtle #14550B
Tints of Myrtle #14550B
RGB
CMYK
RGB Variations
Color information
#14550B (or 0x14550B) is known color: Myrtle. HEX triplet: 14, 55 and 0B. RGB value is (20,85,11). Sum of RGB (Red+Green+Blue) = 20+85+11=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #14550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14550B is #EBAAF4. Grayscale: #393939. Windows color (decimal): -15444725 or 742676. OLE color: 742676.
HSL color Cylindrical-coordinate representation of color #14550B: hue angle of 112.7º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14550B is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 85 | 11 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.67 |
| HSL | 112.7º | 0.77% | 0.19% | - |
| HSV(B) | 112.7º | 0.87% | 0.33% | - |
| XYZ | 3.6 | 6.67 | 1.41 | - |
| YUV | 57.13 | 101.97 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 85 | 11 | 0.76 | 0 | 0.87 | 0.67 | 112.7 | 0.77 | 0.19 |
| Hex | 14 | 55 | B | 4C | 0 | 57 | 43 | 71 | 4D | 13 |
| Octal | 24 | 125 | 13 | 114 | 0 | 127 | 103 | 161 | 115 | 23 |
| Binary | 10100 | 1010101 | 1011 | 1001100 | 0 | 1010111 | 1000011 | 1110001 | 1001101 | 10011 |
Color Harmonies of #14550B
Complementary color
Monochromatic Colors of #14550B
Black with #14550B
Text Example
Text Example
White with #14550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14550B; }
p { color: rgb(20,85,11); }
H1.HeaderClassName
{
color: #14550B;
}
.AnyTagClassName
{
color: #14550B;
}
</style>
background-color css
<style>
a { background-color: #14550B; }
a { background-color: rgb(20,85,11); }
div.DivClassName
{
background-color: #14550B;
}
.BgClassName
{
background-color: #14550B;
}
</style>
border-color css
<style>
span { border-color: #14550B; }
span { border-color: rgb(20,85,11); }
td.TdClassName
{
border-color: #14550B;
}
.TagClassName
{
border-color: #14550B;
}
</style>