Shades of Myrtle #14500E
Tints of Myrtle #14500E
RGB
CMYK
RGB Variations
Color information
#14500E (or 0x14500E) is known color: Myrtle. HEX triplet: 14, 50 and 0E. RGB value is (20,80,14). Sum of RGB (Red+Green+Blue) = 20+80+14=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #14500E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14500E is #EBAFF1. Grayscale: #363636. Windows color (decimal): -15446002 or 938004. OLE color: 938004.
HSL color Cylindrical-coordinate representation of color #14500E: hue angle of 114.55º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14500E is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 80 | 14 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.69 |
| HSL | 114.55º | 0.7% | 0.18% | - |
| HSV(B) | 114.55º | 0.83% | 0.31% | - |
| XYZ | 3.24 | 5.92 | 1.39 | - |
| YUV | 54.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 14 | 0.75 | 0 | 0.83 | 0.69 | 114.55 | 0.7 | 0.18 |
| Hex | 14 | 50 | E | 4B | 0 | 53 | 45 | 73 | 46 | 12 |
| Octal | 24 | 120 | 16 | 113 | 0 | 123 | 105 | 163 | 106 | 22 |
| Binary | 10100 | 1010000 | 1110 | 1001011 | 0 | 1010011 | 1000101 | 1110011 | 1000110 | 10010 |
Color Harmonies of #14500E
Complementary color
Monochromatic Colors of #14500E
Black with #14500E
Text Example
Text Example
White with #14500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14500E; }
p { color: rgb(20,80,14); }
H1.HeaderClassName
{
color: #14500E;
}
.AnyTagClassName
{
color: #14500E;
}
</style>
background-color css
<style>
a { background-color: #14500E; }
a { background-color: rgb(20,80,14); }
div.DivClassName
{
background-color: #14500E;
}
.BgClassName
{
background-color: #14500E;
}
</style>
border-color css
<style>
span { border-color: #14500E; }
span { border-color: rgb(20,80,14); }
td.TdClassName
{
border-color: #14500E;
}
.TagClassName
{
border-color: #14500E;
}
</style>