Shades of Myrtle #14400E
Tints of Myrtle #14400E
RGB
CMYK
RGB Variations
Color information
#14400E (or 0x14400E) is known color: Myrtle. HEX triplet: 14, 40 and 0E. RGB value is (20,64,14). Sum of RGB (Red+Green+Blue) = 20+64+14=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #14400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14400E is #EBBFF1. Grayscale: #2D2D2D. Windows color (decimal): -15450098 or 933908. OLE color: 933908.
HSL color Cylindrical-coordinate representation of color #14400E: hue angle of 112.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14400E is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 64 | 14 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.75 |
| HSL | 112.8º | 0.64% | 0.15% | - |
| HSV(B) | 112.8º | 0.78% | 0.25% | - |
| XYZ | 2.2 | 3.85 | 1.04 | - |
| YUV | 45.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 14 | 0.69 | 0 | 0.78 | 0.75 | 112.8 | 0.64 | 0.15 |
| Hex | 14 | 40 | E | 45 | 0 | 4E | 4B | 71 | 40 | F |
| Octal | 24 | 100 | 16 | 105 | 0 | 116 | 113 | 161 | 100 | 17 |
| Binary | 10100 | 1000000 | 1110 | 1000101 | 0 | 1001110 | 1001011 | 1110001 | 1000000 | 1111 |
Color Harmonies of #14400E
Complementary color
Monochromatic Colors of #14400E
Black with #14400E
Text Example
Text Example
White with #14400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14400E; }
p { color: rgb(20,64,14); }
H1.HeaderClassName
{
color: #14400E;
}
.AnyTagClassName
{
color: #14400E;
}
</style>
background-color css
<style>
a { background-color: #14400E; }
a { background-color: rgb(20,64,14); }
div.DivClassName
{
background-color: #14400E;
}
.BgClassName
{
background-color: #14400E;
}
</style>
border-color css
<style>
span { border-color: #14400E; }
span { border-color: rgb(20,64,14); }
td.TdClassName
{
border-color: #14400E;
}
.TagClassName
{
border-color: #14400E;
}
</style>