Shades of Myrtle #143C12
Tints of Myrtle #143C12
RGB
CMYK
RGB Variations
Color information
#143C12 (or 0x143C12) is known color: Myrtle. HEX triplet: 14, 3C and 12. RGB value is (20,60,18). Sum of RGB (Red+Green+Blue) = 20+60+18=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 60 (23.83% from 255 or 61.22% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 60 - color contains mainly: green. Hex color #143C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143C12 is #EBC3ED. Grayscale: #2B2B2B. Windows color (decimal): -15451118 or 1195028. OLE color: 1195028.
HSL color Cylindrical-coordinate representation of color #143C12: hue angle of 117.14º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #143C12 is Cyan = 0.67, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 18 | - |
| CMYK | 0.67 | 0 | 0.7 | 0.76 |
| HSL | 117.14º | 0.54% | 0.15% | - |
| HSV(B) | 117.14º | 0.7% | 0.24% | - |
| XYZ | 2.01 | 3.42 | 1.13 | - |
| YUV | 43.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 18 | 0.67 | 0 | 0.7 | 0.76 | 117.14 | 0.54 | 0.15 |
| Hex | 14 | 3C | 12 | 43 | 0 | 46 | 4C | 75 | 36 | F |
| Octal | 24 | 74 | 22 | 103 | 0 | 106 | 114 | 165 | 66 | 17 |
| Binary | 10100 | 111100 | 10010 | 1000011 | 0 | 1000110 | 1001100 | 1110101 | 110110 | 1111 |
Color Harmonies of #143C12
Complementary color
Monochromatic Colors of #143C12
Black with #143C12
Text Example
Text Example
White with #143C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C12; }
p { color: rgb(20,60,18); }
H1.HeaderClassName
{
color: #143C12;
}
.AnyTagClassName
{
color: #143C12;
}
</style>
background-color css
<style>
a { background-color: #143C12; }
a { background-color: rgb(20,60,18); }
div.DivClassName
{
background-color: #143C12;
}
.BgClassName
{
background-color: #143C12;
}
</style>
border-color css
<style>
span { border-color: #143C12; }
span { border-color: rgb(20,60,18); }
td.TdClassName
{
border-color: #143C12;
}
.TagClassName
{
border-color: #143C12;
}
</style>