Shades of Myrtle #14610D
Tints of Myrtle #14610D
RGB
CMYK
RGB Variations
Color information
#14610D (or 0x14610D) is known color: Myrtle. HEX triplet: 14, 61 and 0D. RGB value is (20,97,13). Sum of RGB (Red+Green+Blue) = 20+97+13=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 97 (38.28% from 255 or 74.62% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 97 - color contains mainly: green. Hex color #14610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14610D is #EB9EF2. Grayscale: #404040. Windows color (decimal): -15441651 or 876820. OLE color: 876820.
HSL color Cylindrical-coordinate representation of color #14610D: hue angle of 115º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14610D is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 13 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.62 |
| HSL | 115º | 0.76% | 0.22% | - |
| HSV(B) | 115º | 0.87% | 0.38% | - |
| XYZ | 4.64 | 8.73 | 1.82 | - |
| YUV | 64.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 13 | 0.79 | 0 | 0.87 | 0.62 | 115 | 0.76 | 0.22 |
| Hex | 14 | 61 | D | 4F | 0 | 57 | 3E | 73 | 4C | 16 |
| Octal | 24 | 141 | 15 | 117 | 0 | 127 | 76 | 163 | 114 | 26 |
| Binary | 10100 | 1100001 | 1101 | 1001111 | 0 | 1010111 | 111110 | 1110011 | 1001100 | 10110 |
Color Harmonies of #14610D
Complementary color
Monochromatic Colors of #14610D
Black with #14610D
Text Example
Text Example
White with #14610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14610D; }
p { color: rgb(20,97,13); }
H1.HeaderClassName
{
color: #14610D;
}
.AnyTagClassName
{
color: #14610D;
}
</style>
background-color css
<style>
a { background-color: #14610D; }
a { background-color: rgb(20,97,13); }
div.DivClassName
{
background-color: #14610D;
}
.BgClassName
{
background-color: #14610D;
}
</style>
border-color css
<style>
span { border-color: #14610D; }
span { border-color: rgb(20,97,13); }
td.TdClassName
{
border-color: #14610D;
}
.TagClassName
{
border-color: #14610D;
}
</style>