Shades of Myrtle #14270E
Tints of Myrtle #14270E
RGB
CMYK
RGB Variations
Color information
#14270E (or 0x14270E) is known color: Myrtle. HEX triplet: 14, 27 and 0E. RGB value is (20,39,14). Sum of RGB (Red+Green+Blue) = 20+39+14=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 39 (15.62% from 255 or 53.42% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 39 - color contains mainly: green. Hex color #14270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14270E is #EBD8F1. Grayscale: #1E1E1E. Windows color (decimal): -15456498 or 927508. OLE color: 927508.
HSL color Cylindrical-coordinate representation of color #14270E: hue angle of 105.6º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14270E is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 39 | 14 | - |
| CMYK | 0.49 | 0 | 0.64 | 0.85 |
| HSL | 105.6º | 0.47% | 0.1% | - |
| HSV(B) | 105.6º | 0.64% | 0.15% | - |
| XYZ | 1.09 | 1.63 | 0.67 | - |
| YUV | 30.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 14 | 0.49 | 0 | 0.64 | 0.85 | 105.6 | 0.47 | 0.1 |
| Hex | 14 | 27 | E | 31 | 0 | 40 | 55 | 6A | 2F | A |
| Octal | 24 | 47 | 16 | 61 | 0 | 100 | 125 | 152 | 57 | 12 |
| Binary | 10100 | 100111 | 1110 | 110001 | 0 | 1000000 | 1010101 | 1101010 | 101111 | 1010 |
Color Harmonies of #14270E
Complementary color
Monochromatic Colors of #14270E
Black with #14270E
Text Example
Text Example
White with #14270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14270E; }
p { color: rgb(20,39,14); }
H1.HeaderClassName
{
color: #14270E;
}
.AnyTagClassName
{
color: #14270E;
}
</style>
background-color css
<style>
a { background-color: #14270E; }
a { background-color: rgb(20,39,14); }
div.DivClassName
{
background-color: #14270E;
}
.BgClassName
{
background-color: #14270E;
}
</style>
border-color css
<style>
span { border-color: #14270E; }
span { border-color: rgb(20,39,14); }
td.TdClassName
{
border-color: #14270E;
}
.TagClassName
{
border-color: #14270E;
}
</style>