Shades of Myrtle #14510E
Tints of Myrtle #14510E
RGB
CMYK
RGB Variations
Color information
#14510E (or 0x14510E) is known color: Myrtle. HEX triplet: 14, 51 and 0E. RGB value is (20,81,14). Sum of RGB (Red+Green+Blue) = 20+81+14=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #14510E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14510E is #EBAEF1. Grayscale: #373737. Windows color (decimal): -15445746 or 938260. OLE color: 938260.
HSL color Cylindrical-coordinate representation of color #14510E: hue angle of 114.63º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14510E is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 81 | 14 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.68 |
| HSL | 114.63º | 0.71% | 0.19% | - |
| HSV(B) | 114.63º | 0.83% | 0.32% | - |
| XYZ | 3.31 | 6.07 | 1.41 | - |
| YUV | 55.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 14 | 0.75 | 0 | 0.83 | 0.68 | 114.63 | 0.71 | 0.19 |
| Hex | 14 | 51 | E | 4B | 0 | 53 | 44 | 73 | 47 | 13 |
| Octal | 24 | 121 | 16 | 113 | 0 | 123 | 104 | 163 | 107 | 23 |
| Binary | 10100 | 1010001 | 1110 | 1001011 | 0 | 1010011 | 1000100 | 1110011 | 1000111 | 10011 |
Color Harmonies of #14510E
Complementary color
Monochromatic Colors of #14510E
Black with #14510E
Text Example
Text Example
White with #14510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14510E; }
p { color: rgb(20,81,14); }
H1.HeaderClassName
{
color: #14510E;
}
.AnyTagClassName
{
color: #14510E;
}
</style>
background-color css
<style>
a { background-color: #14510E; }
a { background-color: rgb(20,81,14); }
div.DivClassName
{
background-color: #14510E;
}
.BgClassName
{
background-color: #14510E;
}
</style>
border-color css
<style>
span { border-color: #14510E; }
span { border-color: rgb(20,81,14); }
td.TdClassName
{
border-color: #14510E;
}
.TagClassName
{
border-color: #14510E;
}
</style>