Shades of Myrtle #142311
Tints of Myrtle #142311
RGB
CMYK
RGB Variations
Color information
#142311 (or 0x142311) is known color: Myrtle. HEX triplet: 14, 23 and 11. RGB value is (20,35,17). Sum of RGB (Red+Green+Blue) = 20+35+17=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #142311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142311 is #EBDCEE. Grayscale: #1C1C1C. Windows color (decimal): -15457519 or 1123092. OLE color: 1123092.
HSL color Cylindrical-coordinate representation of color #142311: hue angle of 110º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142311 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 35 | 17 | - |
| CMYK | 0.43 | 0 | 0.51 | 0.86 |
| HSL | 110º | 0.35% | 0.1% | - |
| HSV(B) | 110º | 0.51% | 0.14% | - |
| XYZ | 0.99 | 1.39 | 0.75 | - |
| YUV | 28.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 17 | 0.43 | 0 | 0.51 | 0.86 | 110 | 0.35 | 0.1 |
| Hex | 14 | 23 | 11 | 2B | 0 | 33 | 56 | 6E | 23 | A |
| Octal | 24 | 43 | 21 | 53 | 0 | 63 | 126 | 156 | 43 | 12 |
| Binary | 10100 | 100011 | 10001 | 101011 | 0 | 110011 | 1010110 | 1101110 | 100011 | 1010 |
Color Harmonies of #142311
Complementary color
Monochromatic Colors of #142311
Black with #142311
Text Example
Text Example
White with #142311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142311; }
p { color: rgb(20,35,17); }
H1.HeaderClassName
{
color: #142311;
}
.AnyTagClassName
{
color: #142311;
}
</style>
background-color css
<style>
a { background-color: #142311; }
a { background-color: rgb(20,35,17); }
div.DivClassName
{
background-color: #142311;
}
.BgClassName
{
background-color: #142311;
}
</style>
border-color css
<style>
span { border-color: #142311; }
span { border-color: rgb(20,35,17); }
td.TdClassName
{
border-color: #142311;
}
.TagClassName
{
border-color: #142311;
}
</style>