Shades of Myrtle #14540B
Tints of Myrtle #14540B
RGB
CMYK
RGB Variations
Color information
#14540B (or 0x14540B) is known color: Myrtle. HEX triplet: 14, 54 and 0B. RGB value is (20,84,11). Sum of RGB (Red+Green+Blue) = 20+84+11=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 84 (33.20% from 255 or 73.04% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 84 - color contains mainly: green. Hex color #14540B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14540B is #EBABF4. Grayscale: #383838. Windows color (decimal): -15444981 or 742420. OLE color: 742420.
HSL color Cylindrical-coordinate representation of color #14540B: hue angle of 112.6º 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 #14540B is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 84 | 11 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.67 |
| HSL | 112.6º | 0.77% | 0.19% | - |
| HSV(B) | 112.6º | 0.87% | 0.33% | - |
| XYZ | 3.52 | 6.51 | 1.39 | - |
| YUV | 56.54 | 102.3 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 11 | 0.76 | 0 | 0.87 | 0.67 | 112.6 | 0.77 | 0.19 |
| Hex | 14 | 54 | B | 4C | 0 | 57 | 43 | 71 | 4D | 13 |
| Octal | 24 | 124 | 13 | 114 | 0 | 127 | 103 | 161 | 115 | 23 |
| Binary | 10100 | 1010100 | 1011 | 1001100 | 0 | 1010111 | 1000011 | 1110001 | 1001101 | 10011 |
Color Harmonies of #14540B
Complementary color
Monochromatic Colors of #14540B
Black with #14540B
Text Example
Text Example
White with #14540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14540B; }
p { color: rgb(20,84,11); }
H1.HeaderClassName
{
color: #14540B;
}
.AnyTagClassName
{
color: #14540B;
}
</style>
background-color css
<style>
a { background-color: #14540B; }
a { background-color: rgb(20,84,11); }
div.DivClassName
{
background-color: #14540B;
}
.BgClassName
{
background-color: #14540B;
}
</style>
border-color css
<style>
span { border-color: #14540B; }
span { border-color: rgb(20,84,11); }
td.TdClassName
{
border-color: #14540B;
}
.TagClassName
{
border-color: #14540B;
}
</style>