Shades of Myrtle #14350D
Tints of Myrtle #14350D
RGB
CMYK
RGB Variations
Color information
#14350D (or 0x14350D) is known color: Myrtle. HEX triplet: 14, 35 and 0D. RGB value is (20,53,13). Sum of RGB (Red+Green+Blue) = 20+53+13=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #14350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14350D is #EBCAF2. Grayscale: #262626. Windows color (decimal): -15452915 or 865556. OLE color: 865556.
HSL color Cylindrical-coordinate representation of color #14350D: hue angle of 109.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14350D is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 53 | 13 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.79 |
| HSL | 109.5º | 0.61% | 0.13% | - |
| HSV(B) | 109.5º | 0.75% | 0.21% | - |
| XYZ | 1.63 | 2.72 | 0.82 | - |
| YUV | 38.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 13 | 0.62 | 0 | 0.75 | 0.79 | 109.5 | 0.61 | 0.13 |
| Hex | 14 | 35 | D | 3E | 0 | 4B | 4F | 6E | 3D | D |
| Octal | 24 | 65 | 15 | 76 | 0 | 113 | 117 | 156 | 75 | 15 |
| Binary | 10100 | 110101 | 1101 | 111110 | 0 | 1001011 | 1001111 | 1101110 | 111101 | 1101 |
Color Harmonies of #14350D
Complementary color
Monochromatic Colors of #14350D
Black with #14350D
Text Example
Text Example
White with #14350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14350D; }
p { color: rgb(20,53,13); }
H1.HeaderClassName
{
color: #14350D;
}
.AnyTagClassName
{
color: #14350D;
}
</style>
background-color css
<style>
a { background-color: #14350D; }
a { background-color: rgb(20,53,13); }
div.DivClassName
{
background-color: #14350D;
}
.BgClassName
{
background-color: #14350D;
}
</style>
border-color css
<style>
span { border-color: #14350D; }
span { border-color: rgb(20,53,13); }
td.TdClassName
{
border-color: #14350D;
}
.TagClassName
{
border-color: #14350D;
}
</style>