Shades of Myrtle #14510B
Tints of Myrtle #14510B
RGB
CMYK
RGB Variations
Color information
#14510B (or 0x14510B) is known color: Myrtle. HEX triplet: 14, 51 and 0B. RGB value is (20,81,11). Sum of RGB (Red+Green+Blue) = 20+81+11=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 81 (32.03% from 255 or 72.32% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 81 - color contains mainly: green. Hex color #14510B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14510B is #EBAEF4. Grayscale: #373737. Windows color (decimal): -15445749 or 741652. OLE color: 741652.
HSL color Cylindrical-coordinate representation of color #14510B: hue angle of 112.29º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14510B is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 11 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.68 |
| HSL | 112.29º | 0.76% | 0.18% | - |
| HSV(B) | 112.29º | 0.86% | 0.32% | - |
| XYZ | 3.29 | 6.06 | 1.31 | - |
| YUV | 54.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 11 | 0.75 | 0 | 0.86 | 0.68 | 112.29 | 0.76 | 0.18 |
| Hex | 14 | 51 | B | 4B | 0 | 56 | 44 | 70 | 4C | 12 |
| Octal | 24 | 121 | 13 | 113 | 0 | 126 | 104 | 160 | 114 | 22 |
| Binary | 10100 | 1010001 | 1011 | 1001011 | 0 | 1010110 | 1000100 | 1110000 | 1001100 | 10010 |
Color Harmonies of #14510B
Complementary color
Monochromatic Colors of #14510B
Black with #14510B
Text Example
Text Example
White with #14510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14510B; }
p { color: rgb(20,81,11); }
H1.HeaderClassName
{
color: #14510B;
}
.AnyTagClassName
{
color: #14510B;
}
</style>
background-color css
<style>
a { background-color: #14510B; }
a { background-color: rgb(20,81,11); }
div.DivClassName
{
background-color: #14510B;
}
.BgClassName
{
background-color: #14510B;
}
</style>
border-color css
<style>
span { border-color: #14510B; }
span { border-color: rgb(20,81,11); }
td.TdClassName
{
border-color: #14510B;
}
.TagClassName
{
border-color: #14510B;
}
</style>