Shades of Myrtle #14460D
Tints of Myrtle #14460D
RGB
CMYK
RGB Variations
Color information
#14460D (or 0x14460D) is known color: Myrtle. HEX triplet: 14, 46 and 0D. RGB value is (20,70,13). Sum of RGB (Red+Green+Blue) = 20+70+13=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 70 (27.73% from 255 or 67.96% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 70 - color contains mainly: green. Hex color #14460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14460D is #EBB9F2. Grayscale: #303030. Windows color (decimal): -15448563 or 869908. OLE color: 869908.
HSL color Cylindrical-coordinate representation of color #14460D: hue angle of 112.63º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14460D is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 70 | 13 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.73 |
| HSL | 112.63º | 0.69% | 0.16% | - |
| HSV(B) | 112.63º | 0.81% | 0.27% | - |
| XYZ | 2.55 | 4.56 | 1.13 | - |
| YUV | 48.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 13 | 0.71 | 0 | 0.81 | 0.73 | 112.63 | 0.69 | 0.16 |
| Hex | 14 | 46 | D | 47 | 0 | 51 | 49 | 71 | 45 | 10 |
| Octal | 24 | 106 | 15 | 107 | 0 | 121 | 111 | 161 | 105 | 20 |
| Binary | 10100 | 1000110 | 1101 | 1000111 | 0 | 1010001 | 1001001 | 1110001 | 1000101 | 10000 |
Color Harmonies of #14460D
Complementary color
Monochromatic Colors of #14460D
Black with #14460D
Text Example
Text Example
White with #14460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14460D; }
p { color: rgb(20,70,13); }
H1.HeaderClassName
{
color: #14460D;
}
.AnyTagClassName
{
color: #14460D;
}
</style>
background-color css
<style>
a { background-color: #14460D; }
a { background-color: rgb(20,70,13); }
div.DivClassName
{
background-color: #14460D;
}
.BgClassName
{
background-color: #14460D;
}
</style>
border-color css
<style>
span { border-color: #14460D; }
span { border-color: rgb(20,70,13); }
td.TdClassName
{
border-color: #14460D;
}
.TagClassName
{
border-color: #14460D;
}
</style>