Shades of Myrtle #14340D
Tints of Myrtle #14340D
RGB
CMYK
RGB Variations
Color information
#14340D (or 0x14340D) is known color: Myrtle. HEX triplet: 14, 34 and 0D. RGB value is (20,52,13). Sum of RGB (Red+Green+Blue) = 20+52+13=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #14340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14340D is #EBCBF2. Grayscale: #262626. Windows color (decimal): -15453171 or 865300. OLE color: 865300.
HSL color Cylindrical-coordinate representation of color #14340D: hue angle of 109.23º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14340D is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 13 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.80 |
| HSL | 109.23º | 0.6% | 0.13% | - |
| HSV(B) | 109.23º | 0.75% | 0.2% | - |
| XYZ | 1.59 | 2.63 | 0.81 | - |
| YUV | 37.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 13 | 0.62 | 0 | 0.75 | 0.80 | 109.23 | 0.6 | 0.13 |
| Hex | 14 | 34 | D | 3E | 0 | 4B | 50 | 6D | 3C | D |
| Octal | 24 | 64 | 15 | 76 | 0 | 113 | 120 | 155 | 74 | 15 |
| Binary | 10100 | 110100 | 1101 | 111110 | 0 | 1001011 | 1010000 | 1101101 | 111100 | 1101 |
Color Harmonies of #14340D
Complementary color
Monochromatic Colors of #14340D
Black with #14340D
Text Example
Text Example
White with #14340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14340D; }
p { color: rgb(20,52,13); }
H1.HeaderClassName
{
color: #14340D;
}
.AnyTagClassName
{
color: #14340D;
}
</style>
background-color css
<style>
a { background-color: #14340D; }
a { background-color: rgb(20,52,13); }
div.DivClassName
{
background-color: #14340D;
}
.BgClassName
{
background-color: #14340D;
}
</style>
border-color css
<style>
span { border-color: #14340D; }
span { border-color: rgb(20,52,13); }
td.TdClassName
{
border-color: #14340D;
}
.TagClassName
{
border-color: #14340D;
}
</style>