Shades of Myrtle #142C0D
Tints of Myrtle #142C0D
RGB
CMYK
RGB Variations
Color information
#142C0D (or 0x142C0D) is known color: Myrtle. HEX triplet: 14, 2C and 0D. RGB value is (20,44,13). Sum of RGB (Red+Green+Blue) = 20+44+13=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 44 (17.58% from 255 or 57.14% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 44 - color contains mainly: green. Hex color #142C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C0D is #EBD3F2. Grayscale: #212121. Windows color (decimal): -15455219 or 863252. OLE color: 863252.
HSL color Cylindrical-coordinate representation of color #142C0D: hue angle of 106.45º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #142C0D is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 44 | 13 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.83 |
| HSL | 106.45º | 0.54% | 0.11% | - |
| HSV(B) | 106.45º | 0.7% | 0.17% | - |
| XYZ | 1.26 | 1.98 | 0.7 | - |
| YUV | 33.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 13 | 0.55 | 0 | 0.70 | 0.83 | 106.45 | 0.54 | 0.11 |
| Hex | 14 | 2C | D | 37 | 0 | 46 | 53 | 6A | 36 | B |
| Octal | 24 | 54 | 15 | 67 | 0 | 106 | 123 | 152 | 66 | 13 |
| Binary | 10100 | 101100 | 1101 | 110111 | 0 | 1000110 | 1010011 | 1101010 | 110110 | 1011 |
Color Harmonies of #142C0D
Complementary color
Monochromatic Colors of #142C0D
Black with #142C0D
Text Example
Text Example
White with #142C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C0D; }
p { color: rgb(20,44,13); }
H1.HeaderClassName
{
color: #142C0D;
}
.AnyTagClassName
{
color: #142C0D;
}
</style>
background-color css
<style>
a { background-color: #142C0D; }
a { background-color: rgb(20,44,13); }
div.DivClassName
{
background-color: #142C0D;
}
.BgClassName
{
background-color: #142C0D;
}
</style>
border-color css
<style>
span { border-color: #142C0D; }
span { border-color: rgb(20,44,13); }
td.TdClassName
{
border-color: #142C0D;
}
.TagClassName
{
border-color: #142C0D;
}
</style>