Shades of Myrtle #142412
Tints of Myrtle #142412
RGB
CMYK
RGB Variations
Color information
#142412 (or 0x142412) is known color: Myrtle. HEX triplet: 14, 24 and 12. RGB value is (20,36,18). Sum of RGB (Red+Green+Blue) = 20+36+18=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #142412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142412 is #EBDBED. Grayscale: #1D1D1D. Windows color (decimal): -15457262 or 1188884. OLE color: 1188884.
HSL color Cylindrical-coordinate representation of color #142412: hue angle of 113.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142412 is Cyan = 0.44, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 36 | 18 | - |
| CMYK | 0.44 | 0 | 0.5 | 0.86 |
| HSL | 113.33º | 0.33% | 0.11% | - |
| HSV(B) | 113.33º | 0.5% | 0.14% | - |
| XYZ | 1.03 | 1.45 | 0.8 | - |
| YUV | 29.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 18 | 0.44 | 0 | 0.5 | 0.86 | 113.33 | 0.33 | 0.11 |
| Hex | 14 | 24 | 12 | 2C | 0 | 32 | 56 | 71 | 21 | B |
| Octal | 24 | 44 | 22 | 54 | 0 | 62 | 126 | 161 | 41 | 13 |
| Binary | 10100 | 100100 | 10010 | 101100 | 0 | 110010 | 1010110 | 1110001 | 100001 | 1011 |
Color Harmonies of #142412
Complementary color
Monochromatic Colors of #142412
Black with #142412
Text Example
Text Example
White with #142412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142412; }
p { color: rgb(20,36,18); }
H1.HeaderClassName
{
color: #142412;
}
.AnyTagClassName
{
color: #142412;
}
</style>
background-color css
<style>
a { background-color: #142412; }
a { background-color: rgb(20,36,18); }
div.DivClassName
{
background-color: #142412;
}
.BgClassName
{
background-color: #142412;
}
</style>
border-color css
<style>
span { border-color: #142412; }
span { border-color: rgb(20,36,18); }
td.TdClassName
{
border-color: #142412;
}
.TagClassName
{
border-color: #142412;
}
</style>