Shades of Myrtle #142C0A
Tints of Myrtle #142C0A
RGB
CMYK
RGB Variations
Color information
#142C0A (or 0x142C0A) is known color: Myrtle. HEX triplet: 14, 2C and 0A. RGB value is (20,44,10). Sum of RGB (Red+Green+Blue) = 20+44+10=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 44 (17.58% from 255 or 59.46% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 44 - color contains mainly: green. Hex color #142C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C0A is #EBD3F5. Grayscale: #212121. Windows color (decimal): -15455222 or 666644. OLE color: 666644.
HSL color Cylindrical-coordinate representation of color #142C0A: hue angle of 102.35º degrees, saturation: 0.63, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142C0A is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 44 | 10 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.83 |
| HSL | 102.35º | 0.63% | 0.11% | - |
| HSV(B) | 102.35º | 0.77% | 0.17% | - |
| XYZ | 1.24 | 1.97 | 0.6 | - |
| YUV | 32.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 10 | 0.55 | 0 | 0.77 | 0.83 | 102.35 | 0.63 | 0.11 |
| Hex | 14 | 2C | A | 37 | 0 | 4D | 53 | 66 | 3F | B |
| Octal | 24 | 54 | 12 | 67 | 0 | 115 | 123 | 146 | 77 | 13 |
| Binary | 10100 | 101100 | 1010 | 110111 | 0 | 1001101 | 1010011 | 1100110 | 111111 | 1011 |
Color Harmonies of #142C0A
Complementary color
Monochromatic Colors of #142C0A
Black with #142C0A
Text Example
Text Example
White with #142C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C0A; }
p { color: rgb(20,44,10); }
H1.HeaderClassName
{
color: #142C0A;
}
.AnyTagClassName
{
color: #142C0A;
}
</style>
background-color css
<style>
a { background-color: #142C0A; }
a { background-color: rgb(20,44,10); }
div.DivClassName
{
background-color: #142C0A;
}
.BgClassName
{
background-color: #142C0A;
}
</style>
border-color css
<style>
span { border-color: #142C0A; }
span { border-color: rgb(20,44,10); }
td.TdClassName
{
border-color: #142C0A;
}
.TagClassName
{
border-color: #142C0A;
}
</style>